Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7770.c207 ahc->our_id = scsiconf & HSCSIID; in aic7770_config()
208 ahc->our_id_b = scsiconf1 & HSCSIID; in aic7770_config()
HDaic7xxx_reg.h1405 #define HSCSIID 0x07 macro
HDaic7xxx.reg1525 mask HSCSIID 0x07 /* our SCSI ID */
/freebsd-11-stable/sys/dev/ahb/
HDahbreg.h63 #define HSCSIID 0x0F /* our SCSI ID */ macro
HDahb.c496 ahb->scsi_id = ahb_inb(ahb, SCSIDEF) & HSCSIID; in ahbxptattach()