Home
last modified time | relevance | path

Searched refs:mg_domain_clk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c257 struct clk *mg_domain_clk; member
932 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()
/kernel/linux/linux-6.6/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c262 struct clk *mg_domain_clk; member
942 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()

Completed in 4 milliseconds