scsi_conf         274 drivers/scsi/aic7xxx/aic7770.c 	uint8_t scsi_conf;
scsi_conf         337 drivers/scsi/aic7xxx/aic7770.c 		scsi_conf = (ahc->our_id & 0x7);
scsi_conf         339 drivers/scsi/aic7xxx/aic7770.c 			scsi_conf |= ENSPCHK;
scsi_conf         341 drivers/scsi/aic7xxx/aic7770.c 			scsi_conf |= RESET_SCSI;
scsi_conf         346 drivers/scsi/aic7xxx/aic7770.c 		ahc_outb(ahc, SCSICONF, scsi_conf);
scsi_conf        5073 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	 scsi_conf;
scsi_conf        5089 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsi_conf = ahc_inb(ahc, SCSICONF + 1);
scsi_conf        5090 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
scsi_conf        5105 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsi_conf = ahc_inb(ahc, SCSICONF);
scsi_conf        5106 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
scsi_conf        5259 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	 scsi_conf;
scsi_conf        5417 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsi_conf = ahc_inb(ahc, SCSICONF + 1);
scsi_conf        5418 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((scsi_conf & RESET_SCSI) != 0
scsi_conf        5423 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsi_conf = ahc_inb(ahc, SCSICONF);
scsi_conf        5424 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((scsi_conf & RESET_SCSI) != 0
scsi_conf        1410 drivers/scsi/aic7xxx/aic7xxx_pci.c 	u_int	 scsi_conf;
scsi_conf        1477 drivers/scsi/aic7xxx/aic7xxx_pci.c 	scsi_conf = (ahc->our_id & 0x7);
scsi_conf        1479 drivers/scsi/aic7xxx/aic7xxx_pci.c 		scsi_conf |= ENSPCHK;
scsi_conf        1481 drivers/scsi/aic7xxx/aic7xxx_pci.c 		scsi_conf |= RESET_SCSI;
scsi_conf        1512 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SCSICONF, scsi_conf);
scsi_conf         769 drivers/scsi/wd719x.c 		wd->params->scsi_conf	= 0x4c;	/* 48ma, spue, parity check */
scsi_conf         234 drivers/scsi/wd719x.h 	u8 scsi_conf;	/* SCSI configuration */