Searched refs:SCIF_ORER (Results 1 – 2 of 2) sorted by relevance
70 # define SCIF_ORER 0x0001 /* overrun error bit */ macro81 # define SCIF_ORER 0x0001 /* overrun error bit */ macro92 # define SCIF_ORER 0x0001 /* overrun error bit */ macro152 #define SCIF_ORER 0x0200 macro153 #define SCIF_ERRORS ( SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK | SCIF_ORER)177 # define SCxSR_ORER(port) SCIF_ORER
921 if (port->type == PORT_SCIF && (sci_in(port, SCLSR) & SCIF_ORER) != 0) { in sci_handle_breaks()