Searched refs:UART_RX_DATA (Results 1 – 4 of 4) sorted by relevance
39 #define UART_RX_DATA 0x00 macro145 data = nlm_read_uart_reg(base, UART_RX_DATA); in nlm_uart_inbyte()
61 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
60 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro123 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
87 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()