Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c207 uint32_t intr_rx_high; member
221 .intr_rx_high = SIO_IR_SA_RX_HIGH,
241 .intr_rx_high = SIO_IR_SB_RX_HIGH,
783 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1382 enable_intrs(port, hooks->intr_rx_high); in do_read()
1528 else if (sio_ir & hooks->intr_rx_high) { in ioc3uart_intr_one()
1544 & hooks->intr_rx_high) { in ioc3uart_intr_one()
1549 card_ptr->ic_enable &= ~hooks->intr_rx_high; in ioc3uart_intr_one()
1612 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) { in ioc3uart_intr_one()
1613 sio_ir &= ~hooks->intr_rx_high; in ioc3uart_intr_one()
Dioc4_serial.c525 uint32_t intr_rx_high; member
1519 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1933 else if (sio_ir & hooks->intr_rx_high) { in handle_intr()
1950 if ((sio_ir = PENDING(port)) & hooks->intr_rx_high) { in handle_intr()
1952 port->ip_ienb &= ~hooks->intr_rx_high; in handle_intr()
2023 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) { in handle_intr()
2024 sio_ir &= ~hooks->intr_rx_high; in handle_intr()
2335 enable_intrs(port, hooks->intr_rx_high); in do_read()