Searched refs:DW_SPI_SR_BUSY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/spi/ | ||
H A D | spi-dw.h | 103 #define DW_SPI_SR_BUSY BIT(0) macro |
H A D | spi-dw-core.c | 614 return dw_readl(dws, DW_SPI_SR) & DW_SPI_SR_BUSY; in dw_spi_ctlr_busy() |