Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dioc3_serial.c210 uint32_t intr_rx_high; member
224 .intr_rx_high = SIO_IR_SA_RX_HIGH,
244 .intr_rx_high = SIO_IR_SB_RX_HIGH,
786 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1385 enable_intrs(port, hooks->intr_rx_high); in do_read()
1531 else if (sio_ir & hooks->intr_rx_high) { in ioc3uart_intr_one()
1547 & hooks->intr_rx_high) { in ioc3uart_intr_one()
1552 card_ptr->ic_enable &= ~hooks->intr_rx_high; in ioc3uart_intr_one()
1615 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) { in ioc3uart_intr_one()
1616 sio_ir &= ~hooks->intr_rx_high; in ioc3uart_intr_one()
Dioc4_serial.c528 uint32_t intr_rx_high; member
1522 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1936 else if (sio_ir & hooks->intr_rx_high) { in handle_intr()
1953 if ((sio_ir = PENDING(port)) & hooks->intr_rx_high) { in handle_intr()
1955 port->ip_ienb &= ~hooks->intr_rx_high; in handle_intr()
2026 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) { in handle_intr()
2027 sio_ir &= ~hooks->intr_rx_high; in handle_intr()
2338 enable_intrs(port, hooks->intr_rx_high); in do_read()