Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Damba-pl010.c42 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro
119 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
H A Dapbuart.c76 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()