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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c81 #define N_DATA_READY 0x01 macro
90 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
99 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
778 if (mask & N_DATA_READY)
803 if (port->ip_notify & (N_DATA_READY | N_DDCD))
1007 the_port->ignore_status_mask &= ~N_DATA_READY;
1519 if ((port->ip_notify & N_DATA_READY)
1528 if ((port->ip_notify & N_DATA_READY) && port->ip_port) {
1593 & (N_DATA_READY | N_DDCD))) {
H A Dioc4_serial.c351 #define N_DATA_READY 0x01 macro
360 #define N_ALL_INPUT (N_DATA_READY | N_BREAK | \
368 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1514 if (mask & N_DATA_READY)
1539 if (port->ip_notify & (N_DATA_READY | N_DDCD))
1753 the_port->ignore_status_mask &= ~N_DATA_READY;
1919 if ((port->ip_notify & N_DATA_READY)
1929 if ((port->ip_notify & N_DATA_READY)
1999 & (N_DATA_READY | N_DDCD))) {

Completed in 65 milliseconds