Lines Matching refs:mdio_ctrl
725 int ret, mdio_ctrl; in xpcs_config_aneg_c37_sgmii() local
743 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_sgmii()
744 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_sgmii()
745 return mdio_ctrl; in xpcs_config_aneg_c37_sgmii()
747 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_sgmii()
749 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
784 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
793 int ret, mdio_ctrl, adv; in xpcs_config_aneg_c37_1000basex() local
801 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_1000basex()
802 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_1000basex()
803 return mdio_ctrl; in xpcs_config_aneg_c37_1000basex()
805 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_1000basex()
807 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()
843 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()