Searched refs:FRM_ERR (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.h251 #define FRM_ERR 0x40 /* CRC/Framing Error */ macro
H A Dzs.c555 status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR);
568 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) {
572 if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) {
583 } else if (status & FRM_ERR)
593 else if (status & FRM_ERR)
924 uport->read_status_mask |= FRM_ERR | PAR_ERR;
930 uport->ignore_status_mask |= FRM_ERR | PAR_ERR;

Completed in 58 milliseconds