Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h206 #define DIAGLEDON 0x40 macro
Daic7xxx.reg459 bit DIAGLEDON 0x40 /* Aic78X0 only */
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1282 #define DIAGLEDON 0x40 macro
Daic7xxx_pci.c955 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
Daic79xx.seq95 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON;
97 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
Daic7xxx.reg557 field DIAGLEDON 0x40 /* Aic78X0 only */
Daic79xx_reg.h2698 #define DIAGLEDON 0x40 macro
Daic79xx.reg1795 field DIAGLEDON 0x40
Daic79xx_core.c6064 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); in ahd_chip_init()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c10143 (aic_inb(temp_p, SBLKCTL) & ~(DIAGLEDEN | DIAGLEDON)), in aic7xxx_detect()