Home
last modified time | relevance | path

Searched refs:FIFODMA (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_serial.h60 #define FIFODMA 0x08 macro
H A Dboot_console.c180 FIFO_ON|FIFODMA|FIFOTXFLSH|FIFORXFLSH|0x80); in serial_init()
/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h153 #define FIFODMA 0x08 /* DMA mode 1 */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h147 #define FIFODMA 0x08 /* DMA mode 1 */ macro
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c597 OUTB(FIFOR, FIFO_ON | FIFODMA | FIFOTXFLSH | FIFORXFLSH | in asyattach()
1470 OUTB(FIFOR, FIFO_ON | FIFODMA | FIFORXFLSH | in asy_program()
3395 OUTB(FIFOR, FIFO_ON | FIFODMA | FIFOTXFLSH | in asywput()
3414 OUTB(FIFOR, FIFO_ON | FIFODMA | FIFORXFLSH | in asywput()
/titanic_44/usr/src/uts/common/io/
H A Dasy.c1295 FIFO_ON | FIFODMA | (asy_trig_level & 0xff); in asy_identify_chip()