Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dsh-sci.h31 # define SCIF_ORER 0x0200 /* overrun error bit */ macro
35 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
44 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
49 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
52 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
62 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
66 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
69 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
71 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
74 # define SCIF_ORER 0x0001 /* overrun error bit */ macro
[all …]
Dsh-sci.c640 if ((sci_in(port, SCLSR) & SCIF_ORER) != 0) { in sci_handle_fifo_overrun()