Searched refs:PHY_ID1 (Results 1 – 8 of 8) sorted by relevance
/drivers/net/igb/ |
D | e1000_defines.h | 579 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
D | e1000_82575.c | 405 ret_val = igb_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in igb_get_phy_id_82575()
|
D | e1000_phy.c | 94 ret_val = hw->phy.ops.read_phy_reg(hw, PHY_ID1, &phy_id); in igb_get_phy_id()
|
/drivers/net/e1000e/ |
D | defines.h | 548 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
D | 82571.c | 377 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
|
D | phy.c | 88 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id); in e1000e_get_phy_id()
|
/drivers/net/e1000/ |
D | e1000_hw.h | 2559 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
D | e1000_hw.c | 4035 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
|