Home
last modified time | relevance | path

Searched refs:HSCSIID (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7770.c203 ahc->our_id = scsiconf & HSCSIID; in aic7770_config()
204 ahc->our_id_b = scsiconf1 & HSCSIID; in aic7770_config()
Daic7xxx_reg.h_shipped527 #define HSCSIID 0x07
Daic7xxx.reg1682 mask HSCSIID 0x07 /* our SCSI ID */
/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h300 #define HSCSIID 0x07 macro
Daic7xxx.reg1343 mask HSCSIID 0x07 /* our SCSI ID */
/drivers/scsi/
Daic7xxx_old.c404 #define HSCSIID 0x07 macro
8845 scsi_conf = (p->scsi_id & HSCSIID); in aic7xxx_load_seeprom()
9829 temp_p->scsi_id = (temp_p->adapter_control >> 8) & HSCSIID; in aic7xxx_detect()
9830 temp_p->scsi_id_b = temp_p->adapter_control & HSCSIID; in aic7xxx_detect()