Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dtimbuart.h32 #define RXDP 0x08 macro
39 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
H A Dtimbuart.c84 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
156 } else if (isr & (RXDP)) in timbuart_handle_rx_port()