Searched refs:ENSPCHK (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/aic/
H A Daic6360reg.h102 #define ENSPCHK 0x20 macro
H A Daic.c373 (aic->flags & AIC_PARITY_ENABLE ? ENSPCHK : 0));
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7770.c368 scsi_conf |= ENSPCHK;
H A Daic7xxx_pci.c987 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1571 scsi_conf |= ENSPCHK;
H A Daic7xxx_reg.h1408 #define ENSPCHK 0x20 macro
H A Daic7xxx.c4671 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4687 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
H A Daic79xx_reg.h2670 #define ENSPCHK 0x20 macro
H A Daic79xx.c6564 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;

Completed in 274 milliseconds