Searched refs:SR_RF_NOT_EMPT (Results 1 – 3 of 3) sorted by relevance
90 #define SR_RF_NOT_EMPT (1 << 3) macro
317 return !!(dw_readl(dws, DW_SPI_SR) & SR_RF_NOT_EMPT); in dw_spi_dma_rx_busy()
83 #define SR_RF_NOT_EMPT BIT(3) macro