Searched refs:URXD_FRMERR (Results 1 – 3 of 3) sorted by relevance
21 #define URXD_FRMERR (1<<12) macro
62 #define URXD_FRMERR (1<<12) macro837 else if (rx & URXD_FRMERR) in __imx_uart_rxint()854 else if (rx & URXD_FRMERR) in __imx_uart_rxint()1720 sport->port.read_status_mask |= (URXD_FRMERR | URXD_PRERR); in imx_uart_set_termios()1729 sport->port.ignore_status_mask |= URXD_PRERR | URXD_FRMERR; in imx_uart_set_termios()
524 #define URXD_FRMERR (1<<12) macro