Searched refs:PHY_REVISION_MASK (Results 1 – 8 of 8) sorted by relevance
151 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()
1075 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
1211 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
241 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()
498 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
219 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()
3096 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);3098 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK;
2044 #define PHY_REVISION_MASK 0xFFFFFFF0 macro