Home
last modified time | relevance | path

Searched defs:SR_BUSY (Results 1 – 6 of 6) 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
/openbmc/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c61 #define SR_BUSY BIT(4) /* Busy Flag */ macro
H A Dspi-stm32-qspi.c51 #define SR_BUSY BIT(5) macro
H A Dspi-rockchip.c123 #define SR_BUSY (1 << 0) macro
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c125 #define SR_BUSY 0x00000010 macro