Home
last modified time | relevance | path

Searched refs:PHY_ID1 (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/net/pch_gbe/
Dpch_gbe_phy.c30 #define PHY_ID1 0x02 /* Phy Id Register (word 1) */ macro
105 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID1, &phy_id1); in pch_gbe_phy_get_id()
/linux-2.6.39/drivers/net/igb/
De1000_defines.h560 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
De1000_82575.c532 ret_val = igb_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in igb_get_phy_id_82575()
De1000_phy.c90 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igb_get_phy_id()
/linux-2.6.39/drivers/net/e1000e/
Ddefines.h591 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
D82571.c478 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
Dphy.c139 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id); in e1000e_get_phy_id()
/linux-2.6.39/drivers/net/e1000/
De1000_hw.h2501 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
De1000_hw.c3194 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()