Searched refs:RxError (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_lh7a40x.c84 #define RxError (RxBreak | RxOverrunError | RxParityError | RxFramingError) macro
147 if (unlikely(data & RxError)) {
397 port->ignore_status_mask |= RxError;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Depic100.c212 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator in enum:IntrStatus
735 | RxError | RxHeader | EpicNapiEvent, ioaddr + INTMASK);
823 | RxError | RxHeader | EpicNapiEvent, ioaddr + INTMASK);
H A D8139cp.c195 RxError = (1 << 20), /* Rx error summary */ enumerator in enum:__anon5117
551 if (status & (RxError | RxErrFIFO)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tulip/
H A Dde2104x.c164 RxError = (1 << 15), enumerator in enum:__anon5908
380 } else if (status & RxError) {

Completed in 103 milliseconds