Searched refs:clk_ptp_ref (Results 1 – 5 of 5) sorted by relevance
597 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()
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()
917 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()
240 struct clk *clk_ptp_ref; member
457 struct clk *clk_ptp_ref;