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

/freebsd-12-stable/sys/dev/aic/
H A Daic6360reg.h104 #define ENSPCHK 0x20 macro
H A Daic.c375 (aic->flags & AIC_PARITY_ENABLE ? ENSPCHK : 0));
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7770.c370 scsi_conf |= ENSPCHK;
H A Daic7xxx_pci.c989 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1573 scsi_conf |= ENSPCHK;
H A Daic7xxx_reg.h1408 #define ENSPCHK 0x20 macro
H A Daic7xxx.c4667 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
4683 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
H A Daic79xx_reg.h2670 #define ENSPCHK 0x20 macro
H A Daic79xx.c6557 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;

Completed in 172 milliseconds