Searched refs:Rx_BRK (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 Dzs.c536 #define Rx_BRK 0x0100 /* BREAK event software flag. */ macro
568 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) {
578 if (status & (Rx_SYS | Rx_BRK)) {
591 if (status & Rx_BRK)
667 zport->tty_break = Rx_BRK;
926 uport->read_status_mask |= Rx_BRK;
932 uport->ignore_status_mask |= Rx_BRK;
H A Dip22zilog.c248 #define Rx_BRK 0x0100 /* BREAK event software flag. */ macro
288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
291 if (r1 & (Rx_SYS | Rx_BRK)) {
304 if (r1 & Rx_BRK)
338 up->tty_break = Rx_BRK;

Completed in 102 milliseconds