Searched refs:phy_id_low (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c90 u16 phy_id_low = 0; local
98 &phy_id_low);
99 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK);
100 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c3002 u16 phy_id_high, phy_id_low; local
3017 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low);
3021 hw->phy_id |= (u32) (phy_id_low & PHY_REVISION_MASK);
3022 hw->phy_revision = (u32) phy_id_low & ~PHY_REVISION_MASK;

Completed in 80 milliseconds