Home
last modified time | relevance | path

Searched refs:rxfifo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c142 struct fifo rxfifo; member
222 fifo = &sc->rxfifo; in rxfifo_reset()
263 fifo = &sc->rxfifo; in rxfifo_available()
273 fifo = &sc->rxfifo; in rxfifo_putchar()
309 fifo = &sc->rxfifo; in rxfifo_getchar()
336 struct fifo *fifo = &sc->rxfifo; in rxfifo_numchars()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c257 static int rxfifo = 8; /* Rx FIFO threshold, default 32 bytes. */ variable
711 confcmd.data[1] = (txfifo << 4) | rxfifo; in eepro100_probe()