Searched refs:DW_SPI_SR_BUSY (Results 1 – 2 of 2) sorted by relevance
103 #define DW_SPI_SR_BUSY BIT(0) macro
612 return dw_readl(dws, DW_SPI_SR) & DW_SPI_SR_BUSY; in dw_spi_ctlr_busy()