Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c597 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()
598 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()
600 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()
603 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()
794 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_suspend()
819 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_resume()
Ddwmac-intel-plat.c135 rate = clk_get_rate(plat_dat->clk_ptp_ref); in intel_eth_plat_probe()
139 ret = clk_set_rate(plat_dat->clk_ptp_ref, rate); in intel_eth_plat_probe()
Dstmmac_main.c917 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()
3331 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()
3422 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
/Linux-v6.1/include/linux/
Dstmmac.h240 struct clk *clk_ptp_ref; member
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst457 struct clk *clk_ptp_ref;