Searched refs:SR_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 Dsc26xx.c70 #define SR_BREAK (1 << 7) macro
155 if (unlikely(status & (SR_BREAK | SR_FRAME |
157 if (status & SR_BREAK) {
170 if (status & SR_BREAK)
403 port->read_status_mask |= SR_BREAK;
407 port->ignore_status_mask |= SR_BREAK;
409 port->ignore_status_mask |= SR_BREAK | SR_FRAME |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dscc.h343 #define SR_BREAK 0x80 macro

Completed in 53 milliseconds