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