Searched refs:URXD_FRMERR (Results 1 – 5 of 5) sorted by relevance
34 #define URXD_FRMERR (1<<12) /* Character has frame error */ macro
20 #define URXD_FRMERR (1<<12) macro
405 imx_put_data(opaque, URXD_BRK | URXD_FRMERR | URXD_ERR); in imx_event()
61 #define URXD_FRMERR (1<<12) macro888 else if (rx & URXD_FRMERR) in __imx_uart_rxint()902 else if (rx & URXD_FRMERR) in __imx_uart_rxint()1750 sport->port.read_status_mask |= (URXD_FRMERR | URXD_PRERR); in imx_uart_set_termios()1759 sport->port.ignore_status_mask |= URXD_PRERR | URXD_FRMERR; in imx_uart_set_termios()
524 #define URXD_FRMERR (1<<12) macro