Searched refs:UART_R_STATUS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Duncompress.h16 #ifndef UART_R_STATUS
17 # define UART_R_STATUS (0x10) macro
22 #define UART_STATUS (*(volatile unsigned long*) (UART2_PHYS + UART_R_STATUS))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_lh7a40x.c65 #define UART_R_STATUS (0x10) macro
142 while (!(UR (port, UART_R_STATUS) & nRxRdy) && --cbRxMax) {
208 } while (!(UR (port, UART_R_STATUS) & nTxRdy)
220 unsigned int status = UR (port, UART_R_STATUS);
269 return (UR (port, UART_R_STATUS) & TxEmpty) ? TIOCSER_TEMT : 0;
275 unsigned int status = UR (port, UART_R_STATUS);
317 = UR (port, UART_R_STATUS);
522 while (UR(port, UART_R_STATUS) & nTxRdy)
542 while (UR (port, UART_R_STATUS) & TxBusy)

Completed in 98 milliseconds