Searched refs:N_BREAK (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.c84 #define N_BREAK 0x04 macro
91 #define N_ALL_INPUT (N_DATA_READY | N_BREAK \
100 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
1003 the_port->ignore_status_mask &= ~N_BREAK;
1312 | N_BREAK)))) {
1337 && (port->ip_notify & N_BREAK)) {
H A Dioc4_serial.c354 #define N_BREAK 0x04 macro
361 #define N_ALL_INPUT (N_DATA_READY | N_BREAK | \
369 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1749 the_port->ignore_status_mask &= ~N_BREAK;
2268 | N_BREAK)))) {
2291 && (port->ip_notify & N_BREAK)) {

Completed in 113 milliseconds