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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c209 uint32_t intr_rx_high; member in struct:port_hooks
223 .intr_rx_high = SIO_IR_SA_RX_HIGH,
243 .intr_rx_high = SIO_IR_SB_RX_HIGH,
780 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high);
1378 enable_intrs(port, hooks->intr_rx_high);
1527 else if (sio_ir & hooks->intr_rx_high) {
1543 & hooks->intr_rx_high) {
1548 card_ptr->ic_enable &= ~hooks->intr_rx_high;
1607 /* if the read was aborted and only hooks->intr_rx_high,
1608 * clear hooks->intr_rx_high, s
[all...]
H A Dioc4_serial.c528 uint32_t intr_rx_high; member in struct:hooks
1516 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high);
1930 else if (sio_ir & hooks->intr_rx_high) {
1947 if ((sio_ir = PENDING(port)) & hooks->intr_rx_high) {
1949 port->ip_ienb &= ~hooks->intr_rx_high;
2016 /* if the read was aborted and only hooks->intr_rx_high,
2017 * clear hooks->intr_rx_high, so we do not loop forever.
2020 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) {
2021 sio_ir &= ~hooks->intr_rx_high;
2331 enable_intrs(port, hooks->intr_rx_high);
[all...]

Completed in 122 milliseconds