Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/include/asm/
A Dmcfuart.h93 #define MCFUART_USR_RXFRAMING 0x40 /* Received framing error */ macro
101 #define MCFUART_USR_RXERR (MCFUART_USR_RXBREAK | MCFUART_USR_RXFRAMING | \
/linux-6.3-rc2/drivers/tty/serial/
A Dmcf.c303 } else if (status & MCFUART_USR_RXFRAMING) { in mcf_rx_chars()
313 else if (status & MCFUART_USR_RXFRAMING) in mcf_rx_chars()

Completed in 4 milliseconds