Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c80 #define N_DATA_READY 0x01 macro
89 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
98 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
782 if (mask & N_DATA_READY) in set_notification()
807 if (port->ip_notify & (N_DATA_READY | N_DDCD)) in set_notification()
1012 the_port->ignore_status_mask &= ~N_DATA_READY; in ioc3_change_speed()
1521 if ((port->ip_notify & N_DATA_READY) in ioc3uart_intr_one()
1530 if ((port->ip_notify & N_DATA_READY) && port->ip_port) { in ioc3uart_intr_one()
1595 & (N_DATA_READY | N_DDCD))) { in ioc3uart_intr_one()
Dioc4_serial.c349 #define N_DATA_READY 0x01 macro
358 #define N_ALL_INPUT (N_DATA_READY | N_BREAK | \
366 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1518 if (mask & N_DATA_READY) in set_notification()
1543 if (port->ip_notify & (N_DATA_READY | N_DDCD)) in set_notification()
1758 the_port->ignore_status_mask &= ~N_DATA_READY; in ioc4_change_speed()
1925 if ((port->ip_notify & N_DATA_READY) in handle_intr()
1935 if ((port->ip_notify & N_DATA_READY) in handle_intr()
2005 & (N_DATA_READY | N_DDCD))) { in handle_intr()