Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-intel-plat.c138 rate = clk_get_rate(plat_dat->clk_ptp_ref); in intel_eth_plat_probe()
142 ret = clk_set_rate(plat_dat->clk_ptp_ref, rate); in intel_eth_plat_probe()
Dstmmac_platform.c589 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()
590 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()
592 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()
595 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()
Dstmmac_main.c766 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()
2686 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()
2754 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
5195 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_suspend()
5263 if (priv->plat->clk_ptp_ref) in stmmac_resume()
5264 clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_resume()
/Linux-v5.10/include/linux/
Dstmmac.h189 struct clk *clk_ptp_ref; member
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst457 struct clk *clk_ptp_ref;