Searched defs:mod_rev (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c4389 int32_t mod_rev; local
4398 mod_rev = ddi_prop_get_int(DDI_DEV_T_ANY,
4402 SCHPC_DEBUG2(D_FREQCHG, "Slot %d - mod_rev=%x", slot, mod_rev);
4407 if (mod_rev >= XMITS_30) {
4439 int32_t mod_rev; local
4444 mod_rev = ddi_prop_get_int(DDI_DEV_T_ANY,
4448 SCHPC_DEBUG2(D_FREQCHG, "Slot %d - mod_rev=%x", slot, mod_rev);
4451 * We will only report back that XMITS 2.0 (mod_rev
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h463 int mod_rev; member in struct:__anon8083
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c3233 uint32_t mod_rev = ddi_prop_get_int(DDI_DEV_T_ANY, dip, local
3235 return (CHIP_ID(PCI_CHIP_XMITS, ver, mod_rev));

Completed in 58 milliseconds