Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcfuart.h93 #define MCFUART_USR_RXFRAMING 0x40 /* Received framing error */ macro
101 #define MCFUART_USR_RXERR (MCFUART_USR_RXBREAK | MCFUART_USR_RXFRAMING | \
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmcfuart.h93 #define MCFUART_USR_RXFRAMING 0x40 /* Received framing error */ macro
101 #define MCFUART_USR_RXERR (MCFUART_USR_RXBREAK | MCFUART_USR_RXFRAMING | \
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dmcf.c303 } else if (status & MCFUART_USR_RXFRAMING) { in mcf_rx_chars()
313 else if (status & MCFUART_USR_RXFRAMING) in mcf_rx_chars()
/kernel/linux/linux-6.6/drivers/tty/serial/
H 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