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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsa1100.c416 unsigned int utcr0, old_utcr3, baud, quot; local
488 old_utcr3 = UART_GET_UTCR3(sport);
489 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE));
507 UART_PUT_UTCR3(sport, old_utcr3);
707 unsigned int old_utcr3, status; local
712 old_utcr3 = UART_GET_UTCR3(sport);
713 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) |
725 UART_PUT_UTCR3(sport, old_utcr3);

Completed in 122 milliseconds