Searched refs:PHY_ID1 (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
A D | pch_gbe_phy.c | 18 #define PHY_ID1 0x02 /* Phy Id Register (word 1) */ macro 103 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID1, &phy_id1); in pch_gbe_phy_get_id()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_defines.h | 601 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
A D | igc_phy.c | 37 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igc_get_phy_id()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | e1000_defines.h | 696 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
A D | e1000_phy.c | 64 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igb_get_phy_id()
|
A D | e1000_82575.c | 882 ret_val = igb_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in igb_get_phy_id_82575()
|
/linux/drivers/net/ethernet/intel/e1000/ |
A D | e1000_hw.h | 2483 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
A D | e1000_hw.c | 3143 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
|
Completed in 55 milliseconds