Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h72 #define SCI_FER BIT(4) /* Framing Error */ macro
77 #define SCI_DEFAULT_ERROR_MASK (SCI_PER | SCI_FER)
80 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
82 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
163 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h275 #define SCI_FER 0x10 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */ macro
281 #define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)
339 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)