Searched refs:ISR_RXORN (Results 1 – 3 of 3) sorted by relevance
264 #define ISR_RXORN 0x00000020U macro
111 ISR_RXORN | ISR_RXIDLE | ISR_RXOK | ISR_RXERR)1576 if (isr & (ISR_RXSOVR | ISR_RXORN | ISR_RXIDLE | ISR_RXERR | in sfe_interrupt()1580 if (isr & (ISR_RXSOVR | ISR_RXORN)) { in sfe_interrupt()
154 #define ISR_RXORN 0x00000020 macro541 ns->IMR_cache |= ISR_RXORN; in ns83820_setup_rx()