Home
last modified time | relevance | path

Searched refs:SR_BUSY (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/spi/
H A Dspi-rockchip.c123 #define SR_BUSY (1 << 0) macro
213 !((readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY))) in wait_for_tx_idle()
216 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)) in wait_for_tx_idle()
689 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
H A Dspi-hisi-kunpeng.c61 #define SR_BUSY BIT(4) /* Busy Flag */ macro
181 return readl(hs->regs + HISI_SPI_SR) & SR_BUSY; in hisi_spi_busy()
H A Dspi-stm32-qspi.c51 #define SR_BUSY BIT(5) macro
298 !(sr & SR_BUSY), 1, in stm32_qspi_wait_nobusy()
H A Dspi-stm32-ospi.c63 #define SR_BUSY BIT(5) macro
207 sr, !(sr & SR_BUSY), 1, in stm32_ospi_wait_nobusy()