Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Dsh-sci.h75 #define SCI_PER BIT(3) /* Parity Error */ macro
79 #define SCI_DEFAULT_ERROR_MASK (SCI_PER | SCI_FER)
82 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
84 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
166 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)

Completed in 5 milliseconds