Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c209 uint32_t intr_rx_timer; member
223 .intr_rx_timer = SIO_IR_SA_RX_TIMER,
243 .intr_rx_timer = SIO_IR_SB_RX_TIMER,
786 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1522 if (sio_ir & hooks->intr_rx_timer) { in ioc3uart_intr_one()
1523 ioc3_ack(is, idd, hooks->intr_rx_timer); in ioc3uart_intr_one()
Dioc4_serial.c527 uint32_t intr_rx_timer; member
1517 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high); in set_notification()
1918 if (sio_ir & hooks->intr_rx_timer) { in handle_intr()
1920 writel(hooks->intr_rx_timer, in handle_intr()