Home
last modified time | relevance | path

Searched refs:DIAGLEDON (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/dev/cardbus/
H A Dahc_cardbus.c209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_cardbus_attach()
/netbsd/sys/dev/pci/
H A Dahc_pci.c1028 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_attach()
/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1289 #define DIAGLEDON 0x40 macro
H A Daic79xx.seq97 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON;
99 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
H A Daic7xxx.reg557 field DIAGLEDON 0x40 /* Aic78X0 only */
H A Daic79xx_reg.h2707 #define DIAGLEDON 0x40 macro
H A Daic79xx.reg1797 field DIAGLEDON 0x40
/netbsd/sys/dev/ic/
H A Daic79xx.c6215 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); in ahd_chip_init()