Searched refs:phy_gate_clk (Results 1 – 1 of 1) sorted by relevance
41 struct clk *phy_gate_clk; member125 ret = clk_prepare_enable(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_on()146 clk_disable_unprepare(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_off()188 priv->phy_gate_clk = devm_clk_get(dev, "phy"); in ltq_rcu_usb2_of_parse()189 if (IS_ERR(priv->phy_gate_clk)) { in ltq_rcu_usb2_of_parse()191 return PTR_ERR(priv->phy_gate_clk); in ltq_rcu_usb2_of_parse()