Searched refs:UART_TX_READY (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.h62 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0) macro
H A Dapbuart.c372 while (!UART_TX_READY(UART_GET_STATUS(port)))
429 } while (!UART_TX_READY(status));
452 } while (!UART_TX_READY(status));
H A Damba-pl010.c63 #define UART_TX_READY(s) (((s) & UART01x_FR_TXFF) == 0) macro
564 } while (!UART_TX_READY(status));

Completed in 106 milliseconds