Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Drk_spi.h113 SR_BUSY = 1 << 0, enumerator
H A Ddesignware_spi.c80 #define SR_BUSY BIT(0) macro
468 (val & SR_TF_EMPT) && !(val & SR_BUSY), in dw_spi_xfer()
H A Drk_spi.c112 while (readl(&regs->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()
/openbmc/linux/drivers/spi/
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-hisi-kunpeng.c61 #define SR_BUSY BIT(4) /* Busy Flag */ macro
183 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()
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c125 #define SR_BUSY 0x00000010 macro
278 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()