Home
last modified time | relevance | path

Searched refs:FIFO_RCV_RST (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ic/
HDi8251.h104 #define FIFO_RCV_RST 0x02 /* Reset RX FIFO */ macro
HDns16550.h154 #define FIFO_RCV_RST FCR_RCV_RST macro
/NextBSD/contrib/gdb/gdb/
HDser-go32.c81 #define FIFO_RCV_RST 0x02 /* reset receive fifo */ macro
509 FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST | FIFO_TRIGGER); in dos_open()
684 outb (port, com_fifo, FIFO_ENABLE | FIFO_RCV_RST | FIFO_TRIGGER); in dos_flush_input()
/NextBSD/sys/pc98/cbus/
HDsio.c1787 FIFO_ENABLE | FIFO_XMT_RST | FIFO_RCV_RST); in comopen()
1805 FIFO_RCV_RST | FIFO_XMT_RST | com->fifo_image); in comopen()
1955 outb(I8251F_fcr, FIFO_XMT_RST | FIFO_RCV_RST);
3199 FIFO_RCV_RST | com->fifo_image);
4083 outb(I8251F_fcr, FIFO_ENABLE | FIFO_XMT_RST | FIFO_RCV_RST); in pc98_i8251_reset()
/NextBSD/sys/dev/sio/
HDsio.c1149 FIFO_RCV_RST | FIFO_XMT_RST in comopen()
2120 FIFO_RCV_RST | com->fifo_image);