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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_lh7a40x.c66 #define UART_R_STATUS (0x10) macro
143 while (!(UR (port, UART_R_STATUS) & nRxRdy) && --cbRxMax) {
209 } while (!(UR (port, UART_R_STATUS) & nTxRdy)
221 unsigned int status = UR (port, UART_R_STATUS);
270 return (UR (port, UART_R_STATUS) & TxEmpty) ? TIOCSER_TEMT : 0;
276 unsigned int status = UR (port, UART_R_STATUS);
318 = UR (port, UART_R_STATUS);
523 while (UR(port, UART_R_STATUS) & nTxRdy)
543 while (UR (port, UART_R_STATUS) & TxBusy)

Completed in 60 milliseconds