Searched refs:ISR_RX (Results 1 – 4 of 4) sorted by relevance
115 #define ISR_RX (1 << 3) /* rx interrupt status */ macro
66 #define ISR_RX BIT(2) /* Receive */ macro68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)
142 #define ISR_RX 0x00000010 macro
595 if ((ISR_Status & ISR_RX) || (ISR_Status & ISR_RXBUFFOVR)) { in ax88180_recv()