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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c208 uint32_t intr_rx_high; member in struct:port_hooks
222 .intr_rx_high = SIO_IR_SA_RX_HIGH,
242 .intr_rx_high = SIO_IR_SB_RX_HIGH,
779 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high);
1376 enable_intrs(port, hooks->intr_rx_high);
1526 else if (sio_ir & hooks->intr_rx_high) {
1542 & hooks->intr_rx_high) {
1547 card_ptr->ic_enable &= ~hooks->intr_rx_high;
1606 /* if the read was aborted and only hooks->intr_rx_high,
1607 * clear hooks->intr_rx_high, s
[all...]
H A Dioc4_serial.c527 uint32_t intr_rx_high; member in struct:hooks
1515 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high);
1927 else if (sio_ir & hooks->intr_rx_high) {
1944 if ((sio_ir = PENDING(port)) & hooks->intr_rx_high) {
1946 port->ip_ienb &= ~hooks->intr_rx_high;
2013 /* if the read was aborted and only hooks->intr_rx_high,
2014 * clear hooks->intr_rx_high, so we do not loop forever.
2017 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) {
2018 sio_ir &= ~hooks->intr_rx_high;
2328 enable_intrs(port, hooks->intr_rx_high);
[all...]

Completed in 54 milliseconds