Searched refs:N_BREAK (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.c83 #define N_BREAK 0x04 macro
90 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
99 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
1001 the_port->ignore_status_mask &= ~N_BREAK;
1310 | N_BREAK)))) {
1335 && (port->ip_notify & N_BREAK)) {
H A Dioc4_serial.c353 #define N_BREAK 0x04 macro
360 #define N_ALL_INPUT (N_DATA_READY | N_BREAK | \
368 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1747 the_port->ignore_status_mask &= ~N_BREAK;
2265 | N_BREAK)))) {
2288 && (port->ip_notify & N_BREAK)) {

Completed in 86 milliseconds