Searched refs:SR_BUSY (Results 1 – 11 of 11) sorted by relevance
59 #define SR_BUSY 0x4 /* chip busy */ macro
114 SR_BUSY = 1 << 0, enumerator
80 #define SR_BUSY BIT(0) macro428 (val & SR_TF_EMPT) && !(val & SR_BUSY), in dw_spi_xfer()
130 while (readl(®s->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()
109 SR_BUSY = 1 << 0, enumerator
80 while (readl(®s->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()
87 #define SR_BUSY (1 << 0) macro
127 #define SR_BUSY (1 << 0) macro242 u32 bit_filed = SR_BUSY; in wait_for_tx_idle()819 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
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()
95 #define SR_BUSY 0x00000010 macro232 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()