Searched refs:phy_ref_clk (Results 1 – 5 of 5) sorted by relevance
98 struct clk *phy_ref_clk; member159 unsigned long ref_clk = clk_get_rate(priv->phy_ref_clk); in mixel_dphy_config_from_opts()382 ret = clk_prepare_enable(priv->phy_ref_clk); in mixel_dphy_power_on()398 clk_disable_unprepare(priv->phy_ref_clk); in mixel_dphy_power_on()409 clk_disable_unprepare(priv->phy_ref_clk); in mixel_dphy_power_off()464 priv->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref"); in mixel_dphy_probe()465 if (IS_ERR(priv->phy_ref_clk)) { in mixel_dphy_probe()467 return PTR_ERR(priv->phy_ref_clk); in mixel_dphy_probe()470 clk_get_rate(priv->phy_ref_clk)); in mixel_dphy_probe()
89 struct clk *phy_ref_clk; member124 kirin_pcie->phy_ref_clk = devm_clk_get(dev, "pcie_phy_ref"); in kirin_pcie_get_clk()125 if (IS_ERR(kirin_pcie->phy_ref_clk)) in kirin_pcie_get_clk()126 return PTR_ERR(kirin_pcie->phy_ref_clk); in kirin_pcie_get_clk()223 ret = clk_set_rate(kirin_pcie->phy_ref_clk, REF_CLK_FREQ); in kirin_pcie_clk_ctrl()227 ret = clk_prepare_enable(kirin_pcie->phy_ref_clk); in kirin_pcie_clk_ctrl()258 clk_disable_unprepare(kirin_pcie->phy_ref_clk); in kirin_pcie_clk_ctrl()
10 - clock-names: Should be "phy_ref_clk"43 clock-names = "phy_ref_clk";
52 - "phy_ref_clk"84 - "phy_ref_clk"139 clock-names = "phy_ref_clk", "apb_pclk";
100 struct clk *phy_ref_clk; member856 phy_ref_rate = clk_get_rate(dsi->phy_ref_clk); in nwl_dsi_bridge_mode_set()995 dsi->phy_ref_clk = clk; in nwl_dsi_parse_dt()