Searched refs:Rx_OVR (Results 1 - 13 of 13) 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)) {
310 if (r1 & Rx_OVR)
327 if (r1 & Rx_OVR)
821 up->port.read_status_mask = Rx_OVR;
833 up->port.ignore_status_mask |= Rx_OVR;
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)) {
389 if (r1 & Rx_OVR)
406 if (r1 & Rx_OVR)
923 up->port.read_status_mask = Rx_OVR;
935 up->port.ignore_status_mask |= Rx_OVR;
H A Dip22zilog.h230 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Dsunzilog.h234 #define Rx_OVR 0x20 /* Rx Overrun 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)) {
296 if (r1 & Rx_OVR)
311 if (r1 & Rx_OVR)
1087 uap->port.read_status_mask = Rx_OVR;
1099 uap->port.ignore_status_mask |= Rx_OVR;
H A Dpmac_zilog.h322 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h194 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Ddmascc.c1210 if (rc & Rx_OVR) {
H A Dscc.c575 if(status & Rx_OVR) /* receiver overrun */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h217 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Dz85230.c348 if(stat&(Rx_OVR|CRC_ERR))
354 if(stat&Rx_OVR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h368 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Dzs.c372 if (stat & Rx_OVR) {

Completed in 140 milliseconds