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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsa1100.c75 #define UART_PUT_UTCR3(sport,v) __raw_writel((v),(sport)->port.membase + UTCR3) macro
153 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE);
167 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE);
179 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE);
357 UART_PUT_UTCR3(sport, utcr3);
378 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE);
407 UART_PUT_UTCR3(sport, 0);
489 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE));
495 UART_PUT_UTCR3(sport, 0);
507 UART_PUT_UTCR3(spor
[all...]

Completed in 38 milliseconds