Home
last modified time | relevance | path

Searched defs:SR_BUSY (Results 1 – 8 of 8) 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
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.h109 SR_BUSY = 1 << 0, enumerator
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-stm32-qspi.c50 #define SR_BUSY BIT(5) macro
H A Dspi-dw.h87 #define SR_BUSY (1 << 0) macro
H A Dspi-rockchip.c127 #define SR_BUSY (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-cryp.c95 #define SR_BUSY 0x00000010 macro