Searched refs:clk_ptp_ref (Results 1 – 5 of 5) sorted by relevance
596 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()597 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()599 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()602 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()793 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_suspend()818 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_resume()
135 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()
914 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()3266 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()3357 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
240 struct clk *clk_ptp_ref; member
457 struct clk *clk_ptp_ref;