Searched refs:FCR_RCV_RST (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ic/
H A Dns16550.h160 #define FCR_RCV_RST 0x02 macro
161 #define FIFO_RCV_RST FCR_RCV_RST
/freebsd-13-stable/sys/mips/nlm/hal/
H A Duart.h78 #define FCR_RCV_RST 0x02 macro
177 nlm_write_uart_reg(base, UART_LINE_CTL, FCR_RCV_RST | FCR_XMT_RST);
/freebsd-13-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c217 fcr |= FCR_RCV_RST;
680 uart_setreg(bas, REG_FCR, FCR_ENABLE | FCR_XMT_RST | FCR_RCV_RST);
/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_ns8250.c213 fcr |= FCR_RCV_RST;
850 val = FCR_ENABLE | FCR_XMT_RST | FCR_RCV_RST;
/freebsd-13-stable/usr.sbin/bhyve/
H A Duart_emul.c469 if ((value & FCR_RCV_RST) != 0)

Completed in 120 milliseconds