Home
last modified time | relevance | path

Searched refs:gphy_clk_gate (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/soc/lantiq/
Dgphy.c30 struct clk *gphy_clk_gate; member
114 priv->gphy_clk_gate = devm_clk_get(dev, NULL); in xway_gphy_of_probe()
115 if (IS_ERR(priv->gphy_clk_gate)) { in xway_gphy_of_probe()
117 return PTR_ERR(priv->gphy_clk_gate); in xway_gphy_of_probe()
171 ret = clk_prepare_enable(priv->gphy_clk_gate); in xway_gphy_probe()
177 clk_disable_unprepare(priv->gphy_clk_gate); in xway_gphy_probe()
200 clk_disable_unprepare(priv->gphy_clk_gate); in xway_gphy_remove()