Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c207 uint32_t intr_delta_cts; member
221 .intr_delta_cts = SIO_IR_SA_DELTA_CTS,
241 .intr_delta_cts = SIO_IR_SB_DELTA_CTS,
794 intrbits |= hooks->intr_delta_cts; in set_notification()
1505 if (sio_ir & hooks->intr_delta_cts) { in ioc3uart_intr_one()
1506 ioc3_ack(is, idd, hooks->intr_delta_cts); in ioc3uart_intr_one()
Dioc4_serial.c525 uint32_t intr_delta_cts; member
1524 intrbits |= hooks->intr_delta_cts; in set_notification()
1896 if (sio_ir & hooks->intr_delta_cts) { in handle_intr()
1898 writel(hooks->intr_delta_cts, in handle_intr()