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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dcd1865.h119 #define RCSR_PE 0x04 /* Parity Error */ macro
H A Driscom8_reg.h125 #define RCSR_PE 0x04 /* Parity Error */ macro
H A Driscom8.c376 } else if (status & RCSR_PE)
734 port->mark_mask |= RCSR_FE | RCSR_PE;
738 port->mark_mask &= ~(RCSR_FE | RCSR_PE);
H A Dspecialix.c661 } else if (status & RCSR_PE)
1143 port->mark_mask |= RCSR_FE | RCSR_PE;
1147 port->mark_mask &= ~(RCSR_FE | RCSR_PE);

Completed in 97 milliseconds