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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c155 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
262 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
299 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
301 r1 &= ~(PAR_ERR | CRC_ERR);
306 else if (r1 & PAR_ERR)
315 else if (r1 & PAR_ERR)
823 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
829 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dsunzilog.c168 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
342 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
378 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
380 r1 &= ~(PAR_ERR | CRC_ERR);
385 else if (r1 & PAR_ERR)
394 else if (r1 & PAR_ERR)
925 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
931 up->port.ignore_status_mask |= CRC_ERR | PAR_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.c248 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
283 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
287 r1 &= ~(PAR_ERR | CRC_ERR);
292 else if (r1 & PAR_ERR)
301 else if (r1 & PAR_ERR)
1089 uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
1095 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dpmac_zilog.h321 #define PAR_ERR 0x10 /* Parity error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h193 #define PAR_ERR 0x10 /* Parity error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h216 #define PAR_ERR 0x10 /* Parity error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h367 #define PAR_ERR 0x10 /* Parity error */ macro
H A Dzs.c376 } else if (stat & PAR_ERR) {

Completed in 172 milliseconds