Searched refs:SCIF_ORER (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsh-sci.h53 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
59 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
68 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
79 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
87 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
100 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
106 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
112 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
138 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
144 # define SCIF_ORER macro
168 # define SCIF_ORER macro
214 #define SCIF_ORER macro
[all...]
H A Dsh-sci.c678 #if defined(SCIF_ORER)
679 if (port->type == PORT_SCIF && (sci_in(port, SCLSR) & SCIF_ORER) != 0) {
728 #if defined(SCIF_ORER)
729 if((sci_in(port, SCLSR) & SCIF_ORER) != 0) {

Completed in 46 milliseconds