Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dapbuart.h62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Dapbuart.c76 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()