Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dfti2c010.h59 #define SR_BUSY 0x4 /* chip busy */ macro
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()