Home
last modified time | relevance | path

Searched refs:RXFLAGS (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dtimbuart.h39 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE) macro
Dtimbuart.c42 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()