Searched refs:RxTimeoutInt (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.c93 #define RxTimeoutInt (0x08) macro
127 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
251 if (isr & (RxInt | RxTimeoutInt))
262 } while (isr & (RxInt | TxInt | RxTimeoutInt));
323 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);

Completed in 91 milliseconds