Searched refs:mg_domain_clk (Results 1 – 1 of 1) sorted by relevance
257 struct clk *mg_domain_clk; member932 priv->mg_domain_clk = devm_clk_get(priv->dev, "mg_clk"); in mvebu_comphy_init_clks()933 if (IS_ERR(priv->mg_domain_clk)) in mvebu_comphy_init_clks()934 return PTR_ERR(priv->mg_domain_clk); in mvebu_comphy_init_clks()936 ret = clk_prepare_enable(priv->mg_domain_clk); in mvebu_comphy_init_clks()966 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_init_clks()968 priv->mg_domain_clk = NULL; in mvebu_comphy_init_clks()983 if (priv->mg_domain_clk) in mvebu_comphy_disable_unprepare_clks()984 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_disable_unprepare_clks()