Searched refs:UART_R_INTEN (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 Dserial_lh7a40x.c67 #define UART_R_INTEN (0x18) macro
116 BIT_CLR (port, UART_R_INTEN, TxInt);
121 BIT_SET (port, UART_R_INTEN, TxInt);
127 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
132 BIT_SET (port, UART_R_INTEN, ModemInt);
323 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
400 inten = (UR (port, UART_R_INTEN) & ~ModemInt);
406 UR (port, UART_R_INTEN) = 0; /* Disable interrupts */
409 UR (port, UART_R_INTEN) = inten; /* Enable interrupts */
533 unsigned int inten = UR (port, UART_R_INTEN);
[all...]

Completed in 86 milliseconds