Home
last modified time | relevance | path

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

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