HomeSort by: relevance | last modified time | path
    Searched refs:ENSPCHK (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/cardbus/
ahc_cardbus.c 225 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
  /src/sys/dev/ic/
aic6360reg.h 122 #define ENSPCHK 0x20
aic7xxx_seeprom.c 319 scsi_conf |= ENSPCHK;
aic7xxx.c 4594 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4615 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
aic79xx.c 6227 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
  /src/sys/arch/i386/isa/
ahc_isa.c 534 scsi_conf |= ENSPCHK;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 95 field ENSPCHK 0x20
1532 field ENSPCHK 0x20
aic7xxx_reg.h 1414 #define ENSPCHK 0x20
aic79xx.reg 1570 field ENSPCHK 0x20
aic79xx_reg.h 2633 #define ENSPCHK 0x20
  /src/sys/dev/pci/
ahc_pci.c 1065 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);

Completed in 32 milliseconds