Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dsh-sci.h91 #define SCIF_PER BIT(2) /* Parity Error */ macro
100 #define SCIF_DEFAULT_ERROR_MASK (SCIF_PER | SCIF_FER | SCIF_BRK | SCIF_ER)
103 #define SCIF_ERROR_CLEAR (u32)(~(SCIF_PER | SCIF_FER | SCIF_ER))
105 #define SCIF_BREAK_CLEAR (u32)(~(SCIF_PER | SCIF_FER | SCIF_BRK))
165 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)

Completed in 3 milliseconds