Home
last modified time | relevance | path

Searched refs:phy_ref_clk (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c98 struct clk *phy_ref_clk; member
159 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()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-kirin.c89 struct clk *phy_ref_clk; member
124 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()
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dsocionext-netsec.txt10 - clock-names: Should be "phy_ref_clk"
43 clock-names = "phy_ref_clk";
Dsnps,dwc-qos-ethernet.txt52 - "phy_ref_clk"
84 - "phy_ref_clk"
139 clock-names = "phy_ref_clk", "apb_pclk";
/Linux-v5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c100 struct clk *phy_ref_clk; member
856 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()