Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c90 #define N_DCTS 0x80 macro
94 | N_OVERRUN_ERROR | N_DDCD | N_DCTS)
103 | N_OVERRUN_ERROR | N_DDCD | N_DCTS)
793 if (mask & N_DCTS) in set_notification()
1509 if ((port->ip_notify & N_DCTS) && (port->ip_port)) { in ioc3uart_intr_one()
Dioc4_serial.c359 #define N_DCTS 0x80 macro
363 N_OVERRUN_ERROR | N_DDCD | N_DCTS)
371 N_OVERRUN_ERROR | N_DDCD | N_DCTS)
1523 if (mask & N_DCTS) in set_notification()
1903 if ((port->ip_notify & N_DCTS) in handle_intr()