Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c61 #define URXD_FRMERR (1<<12) macro
825 else if (rx & URXD_FRMERR) in __imx_uart_rxint()
842 else if (rx & URXD_FRMERR) in __imx_uart_rxint()
1698 sport->port.read_status_mask |= (URXD_FRMERR | URXD_PRERR); in imx_uart_set_termios()
1707 sport->port.ignore_status_mask |= URXD_PRERR | URXD_FRMERR; in imx_uart_set_termios()