Searched refs:PAR_ERR (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c150 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
270 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
295 r1 &= ~(PAR_ERR | CRC_ERR);
297 else if (r1 & PAR_ERR)
306 else if (r1 & PAR_ERR)
858 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
864 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dzs.h249 #define PAR_ERR 0x10 /* Parity 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)) {
585 else if (status & PAR_ERR)
595 else if (status & PAR_ERR)
924 uport->read_status_mask |= FRM_ERR | PAR_ERR;
930 uport->ignore_status_mask |= FRM_ERR | PAR_ERR;
H A Dsunzilog.c166 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
340 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
376 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
378 r1 &= ~(PAR_ERR | CRC_ERR);
383 else if (r1 & PAR_ERR)
392 else if (r1 & PAR_ERR)
923 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
929 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
1011 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
H A Dip22zilog.h229 #define PAR_ERR 0x10 /* Parity error */ macro
H A Dsunzilog.h233 #define PAR_ERR 0x10 /* Parity error */ macro
H A Dpmac_zilog.c262 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
297 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
301 r1 &= ~(PAR_ERR | CRC_ERR);
306 else if (r1 & PAR_ERR)
315 else if (r1 & PAR_ERR)
1125 uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
1131 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dpmac_zilog.h335 #define PAR_ERR 0x10 /* Parity error */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h193 #define PAR_ERR 0x10 /* Parity error */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h216 #define PAR_ERR 0x10 /* Parity error */ macro

Completed in 95 milliseconds