Searched refs:UART_STAT_FRAMERR (Results 1 – 6 of 6) sorted by relevance
47 #define UART_STAT_FRAMERR 0x0200 macro
339 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
592 rx |= UART_STAT_FRAMERR; in uart_pl011_bus_receive()
598 out |= UART_STAT_FRAMERR; in imx_uart_bus_receive()
1045 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
522 c_status |= UART_STAT_FRAMERR; in cdnc_uart_bus_receive()530 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 && in cdnc_uart_bus_receive()