Home
last modified time | relevance | path

Searched refs:GSFIFO (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx_reg.h2934 #define GSFIFO 0x58 macro
H A Daic79xx.seq117 bmov SCBPTR, GSFIFO, 2;
H A Daic79xx.reg2268 register GSFIFO {
/netbsd-src/sys/dev/ic/
H A Daic79xx.c415 scbid = (ahd_inb(ahd, GSFIFO+1) << 8) in ahd_flush_qoutfifo()
416 | ahd_inb(ahd, GSFIFO); in ahd_flush_qoutfifo()