Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c87 #define N_DCTS 0x80 macro
91 | N_OVERRUN_ERROR | N_DDCD | N_DCTS)
100 | N_OVERRUN_ERROR | N_DDCD | N_DCTS)
790 if (mask & N_DCTS) in set_notification()
1506 if ((port->ip_notify & N_DCTS) && (port->ip_port)) { in ioc3uart_intr_one()
Dioc4_serial.c356 #define N_DCTS 0x80 macro
360 N_OVERRUN_ERROR | N_DDCD | N_DCTS)
368 N_OVERRUN_ERROR | N_DDCD | N_DCTS)
1526 if (mask & N_DCTS) in set_notification()
1906 if ((port->ip_notify & N_DCTS) in handle_intr()