Lines Matching refs:mdio_ctrl
733 int ret, mdio_ctrl; in xpcs_config_aneg_c37_sgmii() local
751 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_sgmii()
752 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_sgmii()
753 return mdio_ctrl; in xpcs_config_aneg_c37_sgmii()
755 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_sgmii()
757 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
792 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_sgmii()
801 int ret, mdio_ctrl, adv; in xpcs_config_aneg_c37_1000basex() local
809 mdio_ctrl = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_MMD_CTRL); in xpcs_config_aneg_c37_1000basex()
810 if (mdio_ctrl < 0) in xpcs_config_aneg_c37_1000basex()
811 return mdio_ctrl; in xpcs_config_aneg_c37_1000basex()
813 if (mdio_ctrl & AN_CL37_EN) { in xpcs_config_aneg_c37_1000basex()
815 mdio_ctrl & ~AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()
851 mdio_ctrl | AN_CL37_EN); in xpcs_config_aneg_c37_1000basex()