Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfuart.h94 #define MCFUART_USR_RXPARITY 0x20 /* Received parity error */ macro
102 MCFUART_USR_RXPARITY | MCFUART_USR_RXOVERRUN)
/openbmc/linux/drivers/tty/serial/
H A Dmcf.c299 } else if (status & MCFUART_USR_RXPARITY) { in mcf_rx_chars()
311 else if (status & MCFUART_USR_RXPARITY) in mcf_rx_chars()