Searched refs:DIAGLEDEN (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 205 #define DIAGLEDEN 0x80 macro
|
D | aic7xxx.reg | 458 bit DIAGLEDEN 0x80 /* Aic78X0 only */
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 208 { "DIAGLEDEN", 0x80, 0x80 }
|
D | aic7xxx_reg.h_shipped | 406 #define DIAGLEDEN 0x80
|
D | aic79xx.seq | 134 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON; 136 or SBLKCTL, DIAGLEDEN|DIAGLEDON; 631 or SBLKCTL, DIAGLEDEN|DIAGLEDON; 684 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
|
D | aic7xxx_pci.c | 882 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
|
D | aic7xxx.reg | 593 field DIAGLEDEN 0x80 /* Aic78X0 only */
|
D | aic79xx_reg.h_shipped | 1600 #define DIAGLEDEN 0x80
|
D | aic79xx.reg | 1885 field DIAGLEDEN 0x80
|
D | aic7xxx_core.c | 876 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_restart()
|
D | aic79xx_core.c | 7304 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); in ahd_chip_init()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 9609 (aic_inb(temp_p, SBLKCTL) & ~(DIAGLEDEN | DIAGLEDON)), in aic7xxx_detect()
|