Searched refs:SR_BUSY (Results 1 – 2 of 2) sorted by relevance
120 #define SR_BUSY (1 << 0) macro210 !((readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY))) in wait_for_tx_idle()213 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)) in wait_for_tx_idle()687 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
61 #define SR_BUSY BIT(5) macro233 sr, !(sr & SR_BUSY), 1, in stm32_ospi_wait_nobusy()