Home
last modified time | relevance | path

Searched refs:ISR_RX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/arm/
H A Daaci.h115 #define ISR_RX (1 << 3) /* rx interrupt status */ macro
/openbmc/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c66 #define ISR_RX BIT(2) /* Receive */ macro
68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)
/openbmc/u-boot/drivers/net/
H A Dax88180.h142 #define ISR_RX 0x00000010 macro
H A Dax88180.c595 if ((ISR_Status & ISR_RX) || (ISR_Status & ISR_RXBUFFOVR)) { in ax88180_recv()