Home
last modified time | relevance | path

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

/NextBSD/sys/dev/uart/
HDuart_bus.h47 #define UART_STAT_FRAMERR 0x0200 macro
HDuart_tty.c313 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
HDuart_dev_pl011.c427 rx |= UART_STAT_FRAMERR; in uart_pl011_bus_receive()
HDuart_dev_imx.c546 out |= UART_STAT_FRAMERR; in imx_uart_bus_receive()
HDuart_dev_z8530.c549 xc |= UART_STAT_FRAMERR; in z8530_bus_receive()
HDuart_dev_sab82532.c645 xc |= UART_STAT_FRAMERR; in sab82532_bus_receive()
HDuart_dev_lpc.c836 xc |= UART_STAT_FRAMERR; in lpc_ns8250_bus_receive()
HDuart_dev_ns8250.c875 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
/NextBSD/sys/arm/xilinx/
HDuart_dev_cdnc.c527 c_status |= UART_STAT_FRAMERR; in cdnc_uart_bus_receive()
535 if (c == 0 && (c_status & UART_STAT_FRAMERR) != 0 && in cdnc_uart_bus_receive()
/NextBSD/sys/mips/adm5120/
HDuart_dev_adm5120.c401 xc |= UART_STAT_FRAMERR; in adm5120_uart_bus_receive()
/NextBSD/sys/mips/rt305x/
HDuart_dev_rt305x.c466 xc |= UART_STAT_FRAMERR; in rt305x_uart_bus_receive()
/NextBSD/sys/arm/amlogic/aml8726/
HDuart_dev_aml8726.c620 xc |= UART_STAT_FRAMERR; in aml8726_uart_bus_receive()
/NextBSD/sys/mips/cavium/
HDuart_dev_oct16550.c736 xc |= UART_STAT_FRAMERR; in oct16550_bus_receive()