Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dtimbuart.h34 #define RXBF 0x20 macro
39 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
Dtimbuart.c151 if (isr & RXBF) { in timbuart_handle_rx_port()
164 *ier |= RXBAF | RXBF | RXTT; in timbuart_handle_rx_port()
244 iowrite32(RXBAF | RXBF | RXTT | CTS_DELTA, in timbuart_startup()