Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c83 #define N_DATA_READY 0x01 macro
92 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
101 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
785 if (mask & N_DATA_READY) in set_notification()
810 if (port->ip_notify & (N_DATA_READY | N_DDCD)) in set_notification()
1015 the_port->ignore_status_mask &= ~N_DATA_READY; in ioc3_change_speed()
1524 if ((port->ip_notify & N_DATA_READY) in ioc3uart_intr_one()
1533 if ((port->ip_notify & N_DATA_READY) && port->ip_port) { in ioc3uart_intr_one()
1598 & (N_DATA_READY | N_DDCD))) { in ioc3uart_intr_one()
Dioc4_serial.c352 #define N_DATA_READY 0x01 macro
361 #define N_ALL_INPUT (N_DATA_READY | N_BREAK | \
369 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1516 if (mask & N_DATA_READY) in set_notification()
1541 if (port->ip_notify & (N_DATA_READY | N_DDCD)) in set_notification()
1756 the_port->ignore_status_mask &= ~N_DATA_READY; in ioc4_change_speed()
1923 if ((port->ip_notify & N_DATA_READY) in handle_intr()
1933 if ((port->ip_notify & N_DATA_READY) in handle_intr()
2003 & (N_DATA_READY | N_DDCD))) { in handle_intr()