Searched refs:UART_RX_DATA (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/serial/ | ||
H A D | apbuart.h | 62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro |
H A D | apbuart.c | 76 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars() |