Searched refs:mg_domain_clk (Results 1 – 1 of 1) sorted by relevance
262 struct clk *mg_domain_clk; member942 priv->mg_domain_clk = devm_clk_get(priv->dev, "mg_clk"); in mvebu_comphy_init_clks()943 if (IS_ERR(priv->mg_domain_clk)) in mvebu_comphy_init_clks()944 return PTR_ERR(priv->mg_domain_clk); in mvebu_comphy_init_clks()946 ret = clk_prepare_enable(priv->mg_domain_clk); in mvebu_comphy_init_clks()976 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_init_clks()978 priv->mg_domain_clk = NULL; in mvebu_comphy_init_clks()993 if (priv->mg_domain_clk) in mvebu_comphy_disable_unprepare_clks()994 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_disable_unprepare_clks()