Searched refs:hm_rev (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.c | 1123 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() 1142 "PCI IO 1.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 1388 (caddr_t)&hm_rev, &prop_len) == DDI_PROP_SUCCESS) { in hmeattach() 1390 hmep->asic_rev = hm_rev; in hmeattach() [all …]
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 530 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()
|