Home
last modified time | relevance | path

Searched refs:PHY_AUTONEG_ADV (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c20 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
193 pch_gbe_phy_write_reg_miic(hw, PHY_AUTONEG_ADV, in pch_gbe_phy_hw_reset()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_phy.c231 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
373 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
H A Digc_defines.h626 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
H A Digc_mac.c501 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h698 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
H A De1000_phy.c934 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igb_phy_setup_autoneg()
1054 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igb_phy_setup_autoneg()
H A De1000_mac.c955 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igb_config_fc_after_link_up()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1502 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
1619 ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
2098 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up()
H A De1000_hw.h2482 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
/openbmc/u-boot/drivers/net/
H A De1000.c3351 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
3469 ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
3698 (hw, PHY_AUTONEG_ADV, &mii_nway_adv_reg) < 0) { in e1000_config_fc_after_link_up()
H A De1000.h1880 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro