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

  /src/sys/dev/cardbus/
ahc_cardbus.c 209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 97 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON;
99 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
aic7xxx.reg 557 field DIAGLEDON 0x40 /* Aic78X0 only */
aic7xxx_reg.h 1289 #define DIAGLEDON 0x40
aic79xx.reg 1797 field DIAGLEDON 0x40
aic79xx_reg.h 2707 #define DIAGLEDON 0x40
  /src/sys/dev/pci/
ahc_pci.c 1025 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
  /src/sys/dev/ic/
aic79xx.c 6215 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));

Completed in 27 milliseconds