Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c205 uint32_t intr_tx_mt; member
219 .intr_tx_mt = SIO_IR_SA_TX_MT,
239 .intr_tx_mt = SIO_IR_SB_TX_MT,
747 enable_intrs(port, hooks->intr_tx_mt); in do_write()
809 else if (!(port->ip_card->ic_enable & hooks->intr_tx_mt)) in set_notification()
1464 sio_ir = pending & ~(hooks->intr_tx_mt); in ioc3uart_intr_one()
1567 else if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1588 if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1603 card_ptr->ic_enable &= ~hooks->intr_tx_mt; in ioc3uart_intr_one()
1794 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic3_start_tx()
Dioc4_serial.c523 uint32_t intr_tx_mt; member
1477 enable_intrs(port, hooks->intr_tx_mt); in do_write()
1545 else if (!(port->ip_ienb & hooks->intr_tx_mt)) in set_notification()
1860 sio_ir &= ~(hooks->intr_tx_mt); in handle_intr()
1976 else if (sio_ir & hooks->intr_tx_mt) { in handle_intr()
1997 if (sio_ir & hooks->intr_tx_mt) { in handle_intr()
2014 port->ip_ienb &= ~hooks->intr_tx_mt; in handle_intr()
2519 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic4_start_tx()