Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/uart/
Duart_bus.h47 #define UART_STAT_FRAMERR 0x0200 macro
Duart_tty.c315 if (xc & UART_STAT_FRAMERR) in uart_tty_intr()
Duart_dev_z8530.c544 xc |= UART_STAT_FRAMERR; in z8530_bus_receive()
Duart_dev_sab82532.c640 xc |= UART_STAT_FRAMERR; in sab82532_bus_receive()
Duart_dev_ns8250.c799 xc |= UART_STAT_FRAMERR; in ns8250_bus_receive()
/freebsd-9-stable/sys/mips/adm5120/
Duart_dev_adm5120.c396 xc |= UART_STAT_FRAMERR; in adm5120_uart_bus_receive()
/freebsd-9-stable/sys/mips/rt305x/
Duart_dev_rt305x.c465 xc |= UART_STAT_FRAMERR; in rt305x_uart_bus_receive()
/freebsd-9-stable/sys/mips/cavium/
Duart_dev_oct16550.c752 xc |= UART_STAT_FRAMERR; in oct16550_bus_receive()