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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c82 #define N_DATA_READY 0x01 macro
91 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
100 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
779 if (mask & N_DATA_READY)
804 if (port->ip_notify & (N_DATA_READY | N_DDCD))
1009 the_port->ignore_status_mask &= ~N_DATA_READY;
1520 if ((port->ip_notify & N_DATA_READY)
1529 if ((port->ip_notify & N_DATA_READY) && port->ip_port) {
1594 & (N_DATA_READY | N_DDCD))) {
H A 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 | \
1515 if (mask & N_DATA_READY)
1540 if (port->ip_notify & (N_DATA_READY | N_DDCD))
1755 the_port->ignore_status_mask &= ~N_DATA_READY;
1922 if ((port->ip_notify & N_DATA_READY)
1932 if ((port->ip_notify & N_DATA_READY)
2002 & (N_DATA_READY | N_DDCD))) {

Completed in 104 milliseconds