Home
last modified time | relevance | path

Searched refs:SR_BUSY (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/spi/
H A 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()
H A 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()
684 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
H A Dspi-stm32-qspi.c51 #define SR_BUSY BIT(5) macro
298 !(sr & SR_BUSY), 1, in stm32_qspi_wait_nobusy()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-rockchip.c121 #define SR_BUSY (1 << 0) macro
203 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)) in wait_for_idle()
598 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
H A Dspi-dw.h87 #define SR_BUSY (1 << 0) macro
H A Dspi-stm32-qspi.c50 #define SR_BUSY BIT(5) macro
285 !(sr & SR_BUSY), 1, in stm32_qspi_wait_nobusy()
H A Dspi-dw-core.c602 return dw_readl(dws, DW_SPI_SR) & SR_BUSY; in dw_spi_ctlr_busy()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-cryp.c95 #define SR_BUSY 0x00000010 macro
232 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c124 #define SR_BUSY 0x00000010 macro
277 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()

Completed in 14 milliseconds