Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c548 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()
549 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()
551 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()
554 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()
Dstmmac_main.c811 if (priv->plat->clk_ptp_ref) in stmmac_release_ptp()
812 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()
2539 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()
2586 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
/Linux-v4.19/include/linux/
Dstmmac.h185 struct clk *clk_ptp_ref; member