Searched refs:intr_tx_mt (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.c206 uint32_t intr_tx_mt; member in struct:port_hooks
220 .intr_tx_mt = SIO_IR_SA_TX_MT,
240 .intr_tx_mt = SIO_IR_SB_TX_MT,
743 enable_intrs(port, hooks->intr_tx_mt);
805 else if (!(port->ip_card->ic_enable & hooks->intr_tx_mt))
1462 sio_ir = pending & ~(hooks->intr_tx_mt);
1565 else if (sio_ir & hooks->intr_tx_mt) {
1586 if (sio_ir & hooks->intr_tx_mt) {
1601 card_ptr->ic_enable &= ~hooks->intr_tx_mt;
1792 enable_intrs(port, port->ip_hooks->intr_tx_mt);
[all...]
H A Dioc4_serial.c525 uint32_t intr_tx_mt; member in struct:hooks
1473 enable_intrs(port, hooks->intr_tx_mt);
1541 else if (!(port->ip_ienb & hooks->intr_tx_mt))
1854 sio_ir &= ~(hooks->intr_tx_mt);
1970 else if (sio_ir & hooks->intr_tx_mt) {
1991 if (sio_ir & hooks->intr_tx_mt) {
2008 port->ip_ienb &= ~hooks->intr_tx_mt;
2516 enable_intrs(port, port->ip_hooks->intr_tx_mt);

Completed in 109 milliseconds