Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-rockchip.c123 #define SR_BUSY (1 << 0) macro
216 !((readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY))) in wait_for_tx_idle()
219 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)) in wait_for_tx_idle()
682 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
Dspi-hisi-kunpeng.c61 #define SR_BUSY BIT(4) /* Busy Flag */ macro
185 return readl(hs->regs + HISI_SPI_SR) & SR_BUSY; in hisi_spi_busy()
Dspi-stm32-qspi.c52 #define SR_BUSY BIT(5) macro
299 !(sr & SR_BUSY), 1, in stm32_qspi_wait_nobusy()
/Linux-v6.1/drivers/crypto/stm32/
Dstm32-cryp.c95 #define SR_BUSY 0x00000010 macro
232 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()