scsi_conf 491 arch/i386/isa/ahc_isa.c u_int8_t scsi_conf; scsi_conf 562 arch/i386/isa/ahc_isa.c scsi_conf = (ahc->our_id & 0x7); scsi_conf 564 arch/i386/isa/ahc_isa.c scsi_conf |= ENSPCHK; scsi_conf 566 arch/i386/isa/ahc_isa.c scsi_conf |= RESET_SCSI; scsi_conf 571 arch/i386/isa/ahc_isa.c ahc_outb(ahc, SCSICONF, scsi_conf); scsi_conf 4509 dev/ic/aic7xxx.c u_int scsi_conf; scsi_conf 4525 dev/ic/aic7xxx.c scsi_conf = ahc_inb(ahc, SCSICONF + 1); scsi_conf 4526 dev/ic/aic7xxx.c ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) scsi_conf 4541 dev/ic/aic7xxx.c scsi_conf = ahc_inb(ahc, SCSICONF); scsi_conf 4542 dev/ic/aic7xxx.c ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) scsi_conf 4698 dev/ic/aic7xxx.c u_int scsi_conf; scsi_conf 4845 dev/ic/aic7xxx.c scsi_conf = ahc_inb(ahc, SCSICONF + 1); scsi_conf 4846 dev/ic/aic7xxx.c if ((scsi_conf & RESET_SCSI) != 0 scsi_conf 4851 dev/ic/aic7xxx.c scsi_conf = ahc_inb(ahc, SCSICONF); scsi_conf 4852 dev/ic/aic7xxx.c if ((scsi_conf & RESET_SCSI) != 0 scsi_conf 251 dev/ic/aic7xxx_seeprom.c u_int scsi_conf; scsi_conf 318 dev/ic/aic7xxx_seeprom.c scsi_conf = (ahc->our_id & 0x7); scsi_conf 320 dev/ic/aic7xxx_seeprom.c scsi_conf |= ENSPCHK; scsi_conf 322 dev/ic/aic7xxx_seeprom.c scsi_conf |= RESET_SCSI; scsi_conf 351 dev/ic/aic7xxx_seeprom.c ahc_outb(ahc, SCSICONF, scsi_conf);