Searched refs:RXFLAGS (Results 1 – 2 of 2) sorted by relevance
51 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE) macro
54 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~RXFLAGS; in timbuart_stop_rx()167 if (isr & RXFLAGS) { in timbuart_handle_rx_port()178 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_rx_port()