Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dcomconsole.c112 outb(COMPORT + com_fifo, FIFO_ENABLE); in comc_init()
/dragonfly/sys/dev/serial/ic_layer/
H A Dns16550.h121 #define FIFO_ENABLE 0x01 macro
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1112 sio_setreg(com, com_fifo, FIFO_ENABLE | FIFO_RX_HIGH); in sioattach()
2330 ? FIFO_ENABLE : FIFO_ENABLE | FIFO_RX_MEDH; in comparam()