Searched refs:phy_ref_clk (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac-visconti.c | 51 struct clk *phy_ref_clk; member 173 dwmac->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref_clk"); in visconti_eth_clock_probe() 174 if (IS_ERR(dwmac->phy_ref_clk)) in visconti_eth_clock_probe() 175 return dev_err_probe(&pdev->dev, PTR_ERR(dwmac->phy_ref_clk), in visconti_eth_clock_probe() 178 err = clk_prepare_enable(dwmac->phy_ref_clk); in visconti_eth_clock_probe() 193 clk_disable_unprepare(dwmac->phy_ref_clk); in visconti_eth_clock_remove()
|
/linux/drivers/phy/freescale/ |
A D | phy-fsl-imx8-mipi-dphy.c | 98 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() 462 priv->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref"); in mixel_dphy_probe() 463 if (IS_ERR(priv->phy_ref_clk)) { in mixel_dphy_probe() 465 return PTR_ERR(priv->phy_ref_clk); in mixel_dphy_probe() 468 clk_get_rate(priv->phy_ref_clk)); in mixel_dphy_probe()
|
/linux/drivers/phy/hisilicon/ |
A D | phy-hi3670-pcie.c | 161 struct clk *phy_ref_clk; member 597 ret = clk_set_rate(phy->phy_ref_clk, REF_CLK_FREQ); in kirin_pcie_clk_ctrl() 601 ret = clk_prepare_enable(phy->phy_ref_clk); in kirin_pcie_clk_ctrl() 632 clk_disable_unprepare(phy->phy_ref_clk); in kirin_pcie_clk_ctrl() 764 phy->phy_ref_clk = devm_clk_get(dev, "phy_ref"); in hi3670_pcie_phy_get_resources() 765 if (IS_ERR(phy->phy_ref_clk)) in hi3670_pcie_phy_get_resources() 766 return PTR_ERR(phy->phy_ref_clk); in hi3670_pcie_phy_get_resources()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-kirin.c | 133 struct clk *phy_ref_clk; member 155 phy->phy_ref_clk = devm_clk_get(dev, "pcie_phy_ref"); in hi3660_pcie_phy_get_clk() 156 if (IS_ERR(phy->phy_ref_clk)) in hi3660_pcie_phy_get_clk() 157 return PTR_ERR(phy->phy_ref_clk); in hi3660_pcie_phy_get_clk() 246 ret = clk_set_rate(phy->phy_ref_clk, REF_CLK_FREQ); in hi3660_pcie_phy_clk_ctrl() 250 ret = clk_prepare_enable(phy->phy_ref_clk); in hi3660_pcie_phy_clk_ctrl() 281 clk_disable_unprepare(phy->phy_ref_clk); in hi3660_pcie_phy_clk_ctrl()
|
/linux/Documentation/devicetree/bindings/net/ |
A D | toshiba,visconti-dwmac.yaml | 43 - const: phy_ref_clk 67 clock-names = "stmmaceth", "phy_ref_clk";
|
A D | socionext-netsec.txt | 10 - clock-names: Should be "phy_ref_clk" 43 clock-names = "phy_ref_clk";
|
A D | snps,dwc-qos-ethernet.txt | 52 - "phy_ref_clk" 84 - "phy_ref_clk" 139 clock-names = "phy_ref_clk", "apb_pclk";
|
/linux/arch/arm64/boot/dts/toshiba/ |
A D | tmpv7708-visrobo-vrb.dts | 50 clock-names = "stmmaceth", "phy_ref_clk";
|
A D | tmpv7708-rm-mbrc.dts | 50 clock-names = "stmmaceth", "phy_ref_clk";
|
/linux/drivers/gpu/drm/bridge/ |
A D | nwl-dsi.c | 95 struct clk *phy_ref_clk; member 858 phy_ref_rate = clk_get_rate(dsi->phy_ref_clk); in nwl_dsi_bridge_mode_set() 1030 dsi->phy_ref_clk = clk; in nwl_dsi_parse_dt()
|
Completed in 20 milliseconds