Lines Matching refs:mdio_ctrl
686 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local
707 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_sgmii()
708 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_sgmii()
709 return mdio_ctrl; in xpcs_config_aneg_c37_sgmii()
711 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_sgmii()
713 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
757 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
767 int ret, mdio_ctrl, adv; in xpcs_config_aneg_c37_1000basex() local
778 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_1000basex()
779 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_1000basex()
780 return mdio_ctrl; in xpcs_config_aneg_c37_1000basex()
782 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_1000basex()
784 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()
821 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()