Searched refs:URXD_BRK (Results 1 – 5 of 5) sorted by relevance
35 #define URXD_BRK (1<<11) /* Break received */ macro
388 if (value & URXD_BRK) { in imx_put_data()405 imx_put_data(opaque, URXD_BRK | URXD_FRMERR | URXD_ERR); in imx_event()
21 #define URXD_BRK (1<<11) macro
62 #define URXD_BRK (1<<11) macro881 if (rx & URXD_BRK) { in __imx_uart_rxint()898 if (rx & URXD_BRK) in __imx_uart_rxint()1752 sport->port.read_status_mask |= URXD_BRK; in imx_uart_set_termios()1761 sport->port.ignore_status_mask |= URXD_BRK; in imx_uart_set_termios()
525 #define URXD_BRK (1<<11) macro