Home
last modified time | relevance | path

Searched refs:ENSPCHK (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic6360reg.h123 #define ENSPCHK 0x20 macro
Daic7xxx_seeprom.c316 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom()
Daic7xxx.c4470 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
4486 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
Daic79xx.c6229 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0; in ahd_chip_init()
/openbsd/src/sys/arch/i386/isa/
Dahc_isa.c564 scsi_conf |= ENSPCHK; in aha2840_load_seeprom()
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.reg96 field ENSPCHK 0x20
1524 field ENSPCHK 0x20
Daic7xxx_reg.h1406 #define ENSPCHK 0x20 macro
Daic79xx_reg.h2669 #define ENSPCHK 0x20 macro
Daic79xx.reg1562 field ENSPCHK 0x20
/openbsd/src/sys/dev/pci/
Dahc_pci.c1001 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_attach()