Searched refs:DW_SPI_SR_BUSY (Results 1 – 3 of 3) sorted by relevance
119 #define DW_SPI_SR_BUSY BIT(0) macro
286 (DW_SPI_SR_BUSY | DW_SPI_SR_TF_EMPT)) != DW_SPI_SR_TF_EMPT; in dw_spi_dma_tx_busy()
754 return dw_readl(dws, DW_SPI_SR) & DW_SPI_SR_BUSY; in dw_spi_ctlr_busy()