Searched refs:UART_TX_READY (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 124 milliseconds