Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds