Searched refs:UART_STAT_FRAMERR (Results 1 – 7 of 7) sorted by relevance
47 #define UART_STAT_FRAMERR 0x0200 macro
340 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
538 rx |= UART_STAT_FRAMERR; in uart_pl011_bus_receive()
598 out |= UART_STAT_FRAMERR; in imx_uart_bus_receive()
547 xc |= UART_STAT_FRAMERR; in z8530_bus_receive()
1011 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
523 c_status |= UART_STAT_FRAMERR; in cdnc_uart_bus_receive()531 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 && in cdnc_uart_bus_receive()