Home
last modified time | relevance | path

Searched defs:SR_BUSY (Results 1 – 4 of 4) 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
/rk3399_rockchip-uboot/examples/standalone/
H A Drkspi.h109 SR_BUSY = 1 << 0, enumerator