Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c622 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()
623 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()
625 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()
628 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()
928 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_suspend()
953 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_resume()
H A Dstmmac_main.c930 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()
3500 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()
3580 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst457 struct clk *clk_ptp_ref;