Searched refs:phy_gate_clk (Results 1 – 1 of 1) sorted by relevance
42 struct clk *phy_gate_clk; member126 ret = clk_prepare_enable(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_on()147 clk_disable_unprepare(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_off()189 priv->phy_gate_clk = devm_clk_get(dev, "phy"); in ltq_rcu_usb2_of_parse()190 if (IS_ERR(priv->phy_gate_clk)) { in ltq_rcu_usb2_of_parse()192 return PTR_ERR(priv->phy_gate_clk); in ltq_rcu_usb2_of_parse()