HomeSort by: relevance | last modified time | path
    Searched refs:GSFIFO (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 117 bmov SCBPTR, GSFIFO, 2;
aic79xx.reg 2268 register GSFIFO {
aic79xx_reg.h 754 ahd_print_register(NULL, 0, "GSFIFO", 0x58, regvalue, cur_col, wrap)
2934 #define GSFIFO 0x58
  /src/sys/dev/ic/
aic79xx.c 415 scbid = (ahd_inb(ahd, GSFIFO+1) << 8)
416 | ahd_inb(ahd, GSFIFO);
419 printf("%s: Warning - GSFIFO SCB %d invalid\n",

Completed in 23 milliseconds