Home
last modified time | relevance | path

Searched refs:MCFUART_USR_RXPARITY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcfuart.h94 #define MCFUART_USR_RXPARITY 0x20 /* Received parity error */ macro
102 MCFUART_USR_RXPARITY | MCFUART_USR_RXOVERRUN)
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmcfuart.h94 #define MCFUART_USR_RXPARITY 0x20 /* Received parity error */ macro
102 MCFUART_USR_RXPARITY | MCFUART_USR_RXOVERRUN)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds