Searched refs:PHY_ID2 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_phy.c | 19 #define PHY_ID2 0x03 /* Phy Id Register (word 2) */ macro 106 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &phy_id2); in pch_gbe_phy_get_id()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_defines.h | 625 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
H A D | igc_phy.c | 44 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igc_get_phy_id()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 697 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
H A D | e1000_phy.c | 70 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igb_get_phy_id()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 1879 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
H A D | e1000.c | 4918 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low); in e1000_detect_gig_phy()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 2481 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
|
H A D | e1000_hw.c | 3150 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low); in e1000_detect_gig_phy()
|
H A D | e1000_main.c | 1187 e1000_read_phy_reg(hw, PHY_ID2, &tmp); in e1000_probe()
|