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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dapbuart.h61 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Damba-pl010.c62 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro
125 while (UART_RX_DATA(status) && max_count--) {
H A Dapbuart.c85 while (UART_RX_DATA(status) && (max_chars--)) {

Completed in 87 milliseconds