Searched refs:DIAGLEDON (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 206 #define DIAGLEDON 0x40 macro
|
D | aic7xxx.reg | 459 bit DIAGLEDON 0x40 /* Aic78X0 only */
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 207 { "DIAGLEDON", 0x40, 0x40 },
|
D | aic7xxx_reg.h_shipped | 407 #define DIAGLEDON 0x40
|
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 | 594 field DIAGLEDON 0x40 /* Aic78X0 only */
|
D | aic79xx_reg.h_shipped | 1601 #define DIAGLEDON 0x40
|
D | aic79xx.reg | 1886 field DIAGLEDON 0x40
|
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()
|