Home
last modified time | relevance | path

Searched refs:MDIO_AN_ADVERTISE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c554 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); in xgbe_an73_rx_bpa()
1016 reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_an73_init()
1022 XMDIO_WRITE(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2, reg); in xgbe_an73_init()
1040 reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); in xgbe_an73_init()
1054 XMDIO_WRITE(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE, reg); in xgbe_an73_init()
1574 MDIO_AN_ADVERTISE, in xgbe_dump_phy_registers()
1575 XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE)); in xgbe_dump_phy_registers()
1577 MDIO_AN_ADVERTISE + 1, in xgbe_dump_phy_registers()
1578 XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1)); in xgbe_dump_phy_registers()
1580 MDIO_AN_ADVERTISE + 2, in xgbe_dump_phy_registers()
[all …]
H A Dxgbe-phy-v1.c243 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); in xgbe_phy_an_outcome()
267 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an_outcome()
291 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an_outcome()
H A Dxgbe-phy-v2.c1707 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_redrv_outcome()
1770 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_redrv_outcome()
1788 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); in xgbe_phy_an73_outcome()
1812 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_outcome()
1828 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_outcome()
/openbmc/linux/drivers/net/
H A Dmdio.c265 mdio45_get_an(mdio, MDIO_AN_ADVERTISE) | in mdio45_ethtool_gset_npage()
436 mdio45_get_an(mdio, MDIO_AN_ADVERTISE) | in mdio45_ethtool_ksettings_get_npage()
576 addr = MDIO_AN_ADVERTISE; in mdio_mii_ioctl()
/openbmc/u-boot/include/linux/
H A Dmdio.h44 #define MDIO_AN_ADVERTISE 16 /* AN advertising (base page) */ macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c188 err = t3_mdio_change_bits(phy, MDIO_MMD_AN, MDIO_AN_ADVERTISE, in aq100x_advertise()
/openbmc/linux/include/uapi/linux/
H A Dmdio.h45 #define MDIO_AN_ADVERTISE 16 /* AN advertising (base page) */ macro
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c285 ef4_mdio_write(efx, MDIO_MMD_AN, MDIO_AN_ADVERTISE, reg); in ef4_mdio_an_reconfigure()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1145 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, MDIO_MMD_AN, &autoneg_reg); in ixgbe_setup_phy_link_generic()
1152 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE, MDIO_MMD_AN, autoneg_reg); in ixgbe_setup_phy_link_generic()
1369 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, in ixgbe_setup_phy_link_tnx()
1378 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE, in ixgbe_setup_phy_link_tnx()
H A Dixgbe_common.c155 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, in ixgbe_setup_fc_generic()
253 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE, in ixgbe_setup_fc_generic()
2375 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, in ixgbe_fc_autoneg_copper()
/openbmc/linux/drivers/net/phy/
H A Dphy-c45.c285 ret = phy_modify_mmd_changed(phydev, MDIO_MMD_AN, MDIO_AN_ADVERTISE, in genphy_c45_an_config_aneg()
H A Dphylink.c2782 reg = MDIO_AN_ADVERTISE; in phylink_phy_read()
2824 reg = MDIO_AN_ADVERTISE; in phylink_phy_write()