Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_bus.h47 #define UART_STAT_FRAMERR 0x0200 macro
H A Duart_tty.c340 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
H A Duart_dev_pl011.c538 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_z8530.c547 xc |= UART_STAT_FRAMERR; in z8530_bus_receive()
H A Duart_dev_ns8250.c1011 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
/freebsd-14.2/sys/arm/xilinx/
H A Duart_dev_cdnc.c523 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()