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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsa1100.c66 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) macro
195 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) |
234 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) |
266 while (UART_GET_UTSR1(sport) & UTSR1_TNF) {
327 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT;
488 while (UART_GET_UTSR1(sport) & UTSR1_TBY)
692 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF))
720 status = UART_GET_UTSR1(sport);

Completed in 102 milliseconds