Searched refs:clk_ext (Results 1 – 2 of 2) sorted by relevance
57 struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio; member112 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3ssphy_power_on()137 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_on()151 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_off()241 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3ssphy_probe()242 if (IS_ERR(priv->clk_ext)) in uniphier_u3ssphy_probe()243 return PTR_ERR(priv->clk_ext); in uniphier_u3ssphy_probe()
71 struct clk *clk, *clk_parent, *clk_ext, *clk_parent_gio; member208 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3hsphy_power_on()233 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_on()247 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_off()349 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3hsphy_probe()350 if (IS_ERR(priv->clk_ext)) in uniphier_u3hsphy_probe()351 return PTR_ERR(priv->clk_ext); in uniphier_u3hsphy_probe()
Completed in 9 milliseconds