Searched refs:mg_domain_clk (Results 1 – 1 of 1) sorted by relevance
261 struct clk *mg_domain_clk; member941 priv->mg_domain_clk = devm_clk_get(priv->dev, "mg_clk"); in mvebu_comphy_init_clks()942 if (IS_ERR(priv->mg_domain_clk)) in mvebu_comphy_init_clks()943 return PTR_ERR(priv->mg_domain_clk); in mvebu_comphy_init_clks()945 ret = clk_prepare_enable(priv->mg_domain_clk); in mvebu_comphy_init_clks()975 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_init_clks()977 priv->mg_domain_clk = NULL; in mvebu_comphy_init_clks()992 if (priv->mg_domain_clk) in mvebu_comphy_disable_unprepare_clks()993 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_disable_unprepare_clks()