Searched refs:N_OUTPUT_LOWAT (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.c82 #define N_OUTPUT_LOWAT 0x02 macro
94 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
99 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
780 if (mask & N_OUTPUT_LOWAT)
934 set_notification(port, N_OUTPUT_LOWAT, 0);
936 set_notification(port, N_OUTPUT_LOWAT, 1);
1560 if (port->ip_notify & N_OUTPUT_LOWAT)
1573 if (port->ip_notify & N_OUTPUT_LOWAT) {
1685 set_notification(port, N_OUTPUT_LOWAT, 0);
1791 set_notification(port, N_OUTPUT_LOWAT,
[all...]
H A Dioc4_serial.c352 #define N_OUTPUT_LOWAT 0x02 macro
364 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
368 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1516 if (mask & N_OUTPUT_LOWAT)
1669 set_notification(port, N_OUTPUT_LOWAT, 0);
1671 set_notification(port, N_OUTPUT_LOWAT, 1);
1965 if (port->ip_notify & N_OUTPUT_LOWAT)
1978 if (port->ip_notify & N_OUTPUT_LOWAT) {
2411 set_notification(port, N_OUTPUT_LOWAT, 0);
2515 set_notification(port, N_OUTPUT_LOWAT,
[all...]

Completed in 47 milliseconds