Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/aic/
HDaic6360reg.h102 #define ENSPCHK 0x20 macro
HDaic.c373 (aic->flags & AIC_PARITY_ENABLE ? ENSPCHK : 0)); in aic_select()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7770.c368 scsi_conf |= ENSPCHK; in aha2840_load_seeprom()
HDaic7xxx_pci.c987 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config()
1571 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom()
HDaic7xxx.reg95 field ENSPCHK 0x20
1524 field ENSPCHK 0x20
HDaic7xxx_reg.h1408 #define ENSPCHK 0x20 macro
HDaic79xx_reg.h2670 #define ENSPCHK 0x20 macro
HDaic7xxx.c4665 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
4681 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
HDaic79xx.reg1561 field ENSPCHK 0x20
HDaic79xx.c6555 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0; in ahd_chip_init()