Home
last modified time | relevance | path

Searched full:phy_ref_clk (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c127 struct clk *phy_ref_clk; member
191 unsigned long ref_clk = clk_get_rate(priv->phy_ref_clk); in mixel_dphy_config_from_opts()
436 clk_set_rate(priv->phy_ref_clk, lvds_opts->differential_clk_rate); in mixel_dphy_configure_lvds_phy()
570 ret = clk_prepare_enable(priv->phy_ref_clk); in mixel_dphy_power_on()
590 clk_disable_unprepare(priv->phy_ref_clk); in mixel_dphy_power_on()
604 clk_disable_unprepare(priv->phy_ref_clk); in mixel_dphy_power_off()
692 priv->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref"); in mixel_dphy_probe()
693 if (IS_ERR(priv->phy_ref_clk)) { in mixel_dphy_probe()
695 return PTR_ERR(priv->phy_ref_clk); in mixel_dphy_probe()
698 clk_get_rate(priv->phy_ref_clk)); in mixel_dphy_probe()
/linux/Documentation/devicetree/bindings/net/
H A Dsocionext,synquacer-netsec.yaml29 const: phy_ref_clk
58 clock-names = "phy_ref_clk";
H A Dtoshiba,visconti-dwmac.yaml43 - const: phy_ref_clk
68 clock-names = "stmmaceth", "phy_ref_clk";
H A Dsnps,dwc-qos-ethernet.txt52 - "phy_ref_clk"
84 - "phy_ref_clk"
139 clock-names = "phy_ref_clk", "apb_pclk";
/linux/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c166 struct clk *phy_ref_clk;
602 ret = clk_set_rate(phy->phy_ref_clk, REF_CLK_FREQ); in kirin_pcie_clk_ctrl()
606 ret = clk_prepare_enable(phy->phy_ref_clk); in kirin_pcie_clk_ctrl()
637 clk_disable_unprepare(phy->phy_ref_clk); in hi3670_pcie_phy_init()
769 phy->phy_ref_clk = devm_clk_get(dev, "phy_ref"); in hi3670_pcie_phy_get_resources()
770 if (IS_ERR(phy->phy_ref_clk)) in hi3670_pcie_phy_get_resources()
771 return PTR_ERR(phy->phy_ref_clk); in hi3670_pcie_phy_get_resources()
161 struct clk *phy_ref_clk; global() member
/linux/drivers/gpu/drm/sprd/
H A Dmegacores_pll.c28 #define PHY_REF_CLK 26000 macro
39 pll->ref_clk = PHY_REF_CLK / khz; in dphy_calc_pll_param()
/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c95 struct clk *phy_ref_clk; member
857 phy_ref_rate = clk_get_rate(dsi->phy_ref_clk); in nwl_dsi_bridge_mode_set()
1014 dsi->phy_ref_clk = clk; in nwl_dsi_parse_dt()
/linux/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708.dtsi461 clock-names = "stmmaceth", "phy_ref_clk";