Home
last modified time | relevance | path

Searched refs:FCR_RCV_RST (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/ic/
HDns16550.h159 #define FCR_RCV_RST 0x02 macro
160 #define FIFO_RCV_RST FCR_RCV_RST
/freebsd-14-stable/usr.sbin/bhyve/
HDuart_emul.c276 if ((value & FCR_RCV_RST) != 0) in uart_ns16550_write()
/freebsd-14-stable/sys/dev/uart/
HDuart_dev_ns8250.c221 fcr |= FCR_RCV_RST; in ns8250_flush()
882 val = FCR_ENABLE | FCR_XMT_RST | FCR_RCV_RST; in ns8250_bus_probe()