Searched refs:PHY_REVISION_MASK (Results 1 – 13 of 13) sorted by relevance
48 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igc_get_phy_id()49 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igc_get_phy_id()
618 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
75 #define PHY_REVISION_MASK 0x000F macro
44 #define PHY_REVISION_MASK 0xffff macro
1538 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; in bcm_sf2_sw_probe()
682 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
81 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000e_get_phy_id()82 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000e_get_phy_id()84 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000e_get_phy_id()
418 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
195 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()204 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()481 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
870 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
74 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igb_get_phy_id()75 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igb_get_phy_id()
3154 hw->phy_id |= (u32)(phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()3155 hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
3068 #define PHY_REVISION_MASK 0xFFFFFFF0 macro