Home
last modified time | relevance | path

Searched refs:intr_tx_mt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c208 uint32_t intr_tx_mt; member
222 .intr_tx_mt = SIO_IR_SA_TX_MT,
242 .intr_tx_mt = SIO_IR_SB_TX_MT,
750 enable_intrs(port, hooks->intr_tx_mt); in do_write()
812 else if (!(port->ip_card->ic_enable & hooks->intr_tx_mt)) in set_notification()
1467 sio_ir = pending & ~(hooks->intr_tx_mt); in ioc3uart_intr_one()
1570 else if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1591 if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1606 card_ptr->ic_enable &= ~hooks->intr_tx_mt; in ioc3uart_intr_one()
1797 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic3_start_tx()
Dioc4_serial.c526 uint32_t intr_tx_mt; member
1475 enable_intrs(port, hooks->intr_tx_mt); in do_write()
1543 else if (!(port->ip_ienb & hooks->intr_tx_mt)) in set_notification()
1858 sio_ir &= ~(hooks->intr_tx_mt); in handle_intr()
1974 else if (sio_ir & hooks->intr_tx_mt) { in handle_intr()
1995 if (sio_ir & hooks->intr_tx_mt) { in handle_intr()
2012 port->ip_ienb &= ~hooks->intr_tx_mt; in handle_intr()
2517 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic4_start_tx()