Searched refs:clk_phy (Results 1 – 3 of 3) sorted by relevance
173 phy->clk_phy = devm_clk_register(dev, &priv->hw); in sun8i_phy_clk_create()174 if (IS_ERR(phy->clk_phy)) in sun8i_phy_clk_create()175 return PTR_ERR(phy->clk_phy); in sun8i_phy_clk_create()
243 clk_set_rate(phy->clk_phy, clk_rate); in sun8i_h3_hdmi_phy_config()548 clk_prepare_enable(phy->clk_phy); in sun8i_hdmi_phy_init()569 clk_disable_unprepare(phy->clk_phy); in sun8i_hdmi_phy_deinit()
163 struct clk *clk_phy; member