Searched refs:PHY_REVISION_MASK (Results 1 – 11 of 11) sorted by relevance
28 #define PHY_REVISION_MASK 0xffff macro
503 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; in bcm_sf2_sw_setup()
86 #define PHY_REVISION_MASK 0x000F macro
675 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
98 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000e_get_phy_id()99 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000e_get_phy_id()101 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000e_get_phy_id()
205 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()214 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()459 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
437 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
846 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
100 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igb_get_phy_id()101 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igb_get_phy_id()
3185 hw->phy_id |= (u32) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()3186 hw->phy_revision = (u32) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
3096 #define PHY_REVISION_MASK 0xFFFFFFF0 macro