Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c206 uint32_t intr_rx_timer; member
220 .intr_rx_timer = SIO_IR_SA_RX_TIMER,
240 .intr_rx_timer = SIO_IR_SB_RX_TIMER,
783 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1519 if (sio_ir & hooks->intr_rx_timer) { in ioc3uart_intr_one()
1520 ioc3_ack(is, idd, hooks->intr_rx_timer); in ioc3uart_intr_one()
Dioc4_serial.c524 uint32_t intr_rx_timer; member
1519 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1920 if (sio_ir & hooks->intr_rx_timer) { in handle_intr()
1922 writel(hooks->intr_rx_timer, in handle_intr()