Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Daha152x.h85 #define ENSPCHK 0x20 macro
Daha152x.c1517 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7770.c339 scsi_conf |= ENSPCHK; in aha2840_load_seeprom()
Daic7xxx_pci.c904 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config()
1479 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom()
Daic7xxx.reg106 field ENSPCHK 0x20
1681 field ENSPCHK 0x20
Daic7xxx_reg.h_shipped530 #define ENSPCHK 0x20
Daic79xx_reg.h_shipped652 #define ENSPCHK 0x20
Daic7xxx_core.c5061 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
5077 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
Daic79xx.reg1649 field ENSPCHK 0x20
Daic79xx_core.c7223 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0; in ahd_chip_init()