Searched refs:SR_BUSY (Results 1 – 5 of 5) sorted by relevance
121 #define SR_BUSY (1 << 0) macro203 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)) in wait_for_idle()581 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
87 #define SR_BUSY (1 << 0) macro
50 #define SR_BUSY BIT(5) macro285 !(sr & SR_BUSY), 1, in stm32_qspi_wait_nobusy()
602 return dw_readl(dws, DW_SPI_SR) & SR_BUSY; in dw_spi_ctlr_busy()
96 #define SR_BUSY 0x00000010 macro245 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()