Searched refs:mg_domain_clk (Results 1 – 1 of 1) sorted by relevance
258 struct clk *mg_domain_clk; member924 priv->mg_domain_clk = devm_clk_get(priv->dev, "mg_clk"); in mvebu_comphy_init_clks()925 if (IS_ERR(priv->mg_domain_clk)) in mvebu_comphy_init_clks()926 return PTR_ERR(priv->mg_domain_clk); in mvebu_comphy_init_clks()928 ret = clk_prepare_enable(priv->mg_domain_clk); in mvebu_comphy_init_clks()958 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_init_clks()960 priv->mg_domain_clk = NULL; in mvebu_comphy_init_clks()975 if (priv->mg_domain_clk) in mvebu_comphy_disable_unprepare_clks()976 clk_disable_unprepare(priv->mg_domain_clk); in mvebu_comphy_disable_unprepare_clks()