Searched refs:phy_gate_clk (Results 1 – 1 of 1) sorted by relevance
45 struct clk *phy_gate_clk; member129 ret = clk_prepare_enable(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_on()142 clk_disable_unprepare(priv->phy_gate_clk); in ltq_rcu_usb2_phy_power_off()185 priv->phy_gate_clk = devm_clk_get(dev, "phy"); in ltq_rcu_usb2_of_parse()186 if (IS_ERR(priv->phy_gate_clk)) { in ltq_rcu_usb2_of_parse()188 return PTR_ERR(priv->phy_gate_clk); in ltq_rcu_usb2_of_parse()