Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c204 uint32_t intr_delta_cts; member
218 .intr_delta_cts = SIO_IR_SA_DELTA_CTS,
238 .intr_delta_cts = SIO_IR_SB_DELTA_CTS,
791 intrbits |= hooks->intr_delta_cts; in set_notification()
1502 if (sio_ir & hooks->intr_delta_cts) { in ioc3uart_intr_one()
1503 ioc3_ack(is, idd, hooks->intr_delta_cts); in ioc3uart_intr_one()
Dioc4_serial.c522 uint32_t intr_delta_cts; member
1527 intrbits |= hooks->intr_delta_cts; in set_notification()
1899 if (sio_ir & hooks->intr_delta_cts) { in handle_intr()
1901 writel(hooks->intr_delta_cts, in handle_intr()