Searched refs:UART_RX_DATA (Results 1 – 3 of 3) sorted by relevance
62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
42 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro118 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
78 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()
Completed in 6 milliseconds