Home
last modified time | relevance | path

Searched refs:UART_STAT_FRAMERR (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_bus.h47 #define UART_STAT_FRAMERR 0x0200 macro
H A Duart_tty.c339 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
H A Duart_dev_pl011.c592 rx |= UART_STAT_FRAMERR; in uart_pl011_bus_receive()
H A Duart_dev_imx.c598 out |= UART_STAT_FRAMERR; in imx_uart_bus_receive()
H A Duart_dev_ns8250.c1045 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
/freebsd/sys/arm/xilinx/
H A Duart_dev_cdnc.c522 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()