Searched refs:ModemInt (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.c92 #define ModemInt (0x04) macro
132 BIT_SET (port, UART_R_INTEN, ModemInt);
253 if (isr & ModemInt)
400 inten = (UR (port, UART_R_INTEN) & ~ModemInt);
403 inten |= ModemInt;

Completed in 93 milliseconds