Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dfti2c010.h59 #define SR_BUSY 0x4 /* chip busy */ macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drk_spi.h114 SR_BUSY = 1 << 0, enumerator
H A Ddesignware_spi.c80 #define SR_BUSY BIT(0) macro
428 (val & SR_TF_EMPT) && !(val & SR_BUSY), in dw_spi_xfer()
H A Drk_spi.c130 while (readl(&regs->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.h109 SR_BUSY = 1 << 0, enumerator
H A Drkspi.c80 while (readl(&regs->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw.h87 #define SR_BUSY (1 << 0) macro
H A Dspi-rockchip.c127 #define SR_BUSY (1 << 0) macro
242 u32 bit_filed = SR_BUSY; in wait_for_tx_idle()
819 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)); in rockchip_spi_transfer_one()
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()
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-cryp.c95 #define SR_BUSY 0x00000010 macro
232 !(status & SR_BUSY), 10, 100000); in stm32_cryp_wait_busy()