Home
last modified time | relevance | path

Searched refs:hm_rev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1123 int hm_rev; in hmeget_hm_rev_property() local
1126 hm_rev = hmep->asic_rev; in hmeget_hm_rev_property()
1127 switch (hm_rev) { in hmeget_hm_rev_property()
1131 "SBus 2.1 Found (Rev Id = %x)", hm_rev); in hmeget_hm_rev_property()
1137 "SBus 2.0 Found (Rev Id = %x)", hm_rev); in hmeget_hm_rev_property()
1148 (hm_rev == HME_2C0_REVID) ? "PCI IO 2.0" : "Sbus", hm_rev); in hmeget_hm_rev_property()
1167 int hm_rev = 0; in hmeattach() local
1390 hmep->asic_rev = hm_rev; in hmeattach()
1408 hm_rev = HME_1C0_REVID | (hm_rev & HME_REV_VERS_MASK); in hmeattach()
1409 hmep->asic_rev = hm_rev; in hmeattach()
[all …]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c530 int instance, id, slot, i, hm_rev; in fas_attach() local
827 hm_rev = ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0, in fas_attach()
830 if (hm_rev == 0xa0 || hm_rev == -1) { in fas_attach()
842 } else if (hm_rev == 0x20) { in fas_attach()
846 fas->f_hm_rev = (uchar_t)hm_rev; in fas_attach()
848 (hm_rev >> 4) & 0xf, hm_rev & 0xf); in fas_attach()