Searched refs:UART_RX_DATA (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dapbuart.h61 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Damba-pl010.c59 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro
135 while (UART_RX_DATA(status) && max_count--) { pl010_rx_chars()
H A Dapbuart.c81 while (UART_RX_DATA(status) && (max_chars--)) { apbuart_rx_chars()
/linux-4.4.14/arch/mips/include/asm/netlogic/xlp-hal/
H A Duart.h39 #define UART_RX_DATA 0x00 macro
146 data = nlm_read_uart_reg(base, UART_RX_DATA); nlm_uart_inbyte()

Completed in 165 milliseconds