Home
last modified time | relevance | path

Searched refs:PHY_REVISION_MASK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c151 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igc_get_phy_id()
152 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igc_get_phy_id()
H A Digc_defines.h1075 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1211 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H A De1000_phy.c241 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000_get_phy_id()
242 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id()
244 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000_get_phy_id()
H A De1000_82571.c498 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
H A De1000_ich8lan.c219 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()
228 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()
498 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c3096 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);
3098 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK;
H A De1000_hw.h2044 #define PHY_REVISION_MASK 0xFFFFFFF0 macro