Searched refs:PHY_ID2 (Results 1 – 10 of 10) sorted by relevance
/linux-3.3/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_phy.c | 31 #define PHY_ID2 0x03 /* Phy Id Register (word 2) */ macro 108 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &phy_id2); in pch_gbe_phy_get_id()
|
/linux-3.3/drivers/net/ethernet/intel/igb/ |
D | e1000_defines.h | 576 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
D | e1000_phy.c | 96 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igb_get_phy_id()
|
/linux-3.3/drivers/net/ethernet/intel/e1000e/ |
D | defines.h | 592 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
D | 82571.c | 481 ret_val = e1e_rphy(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
|
D | phy.c | 145 ret_val = e1e_rphy(hw, PHY_ID2, &phy_id); in e1000e_get_phy_id()
|
D | ich8lan.c | 3737 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_id2); in e1000_resume_workarounds_pchlan()
|
/linux-3.3/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 2501 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
D | e1000_hw.c | 3196 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low); in e1000_detect_gig_phy()
|
D | e1000_main.c | 1198 e1000_read_phy_reg(hw, PHY_ID2, &tmp); in e1000_probe()
|