Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7770.c368 scsi_conf |= ENSPCHK; in aha2840_load_seeprom()
HDaic7xxx_pci.c984 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config()
1567 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom()
HDaic7xxx.reg93 field ENSPCHK 0x20
1522 field ENSPCHK 0x20
HDaic7xxx_reg.h1405 #define ENSPCHK 0x20 macro
HDaic79xx_reg.h2667 #define ENSPCHK 0x20 macro
HDaic7xxx.c4639 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
4655 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
HDaic79xx.reg1559 field ENSPCHK 0x20
HDaic79xx.c6511 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0; in ahd_chip_init()