Searched refs:clk_ptp_ref (Results 1 – 8 of 8) sorted by relevance
605 plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); in stmmac_probe_config_dt()606 if (IS_ERR(plat->clk_ptp_ref)) { in stmmac_probe_config_dt()608 plat->clk_ptp_ref = NULL; in stmmac_probe_config_dt()611 plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); in stmmac_probe_config_dt()798 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_suspend()823 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_pltfr_noirq_resume()
138 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()
815 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp()2771 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup()2850 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
60 struct clk clk_ptp_ref; member
509 ret = clk_enable(&eqos->clk_ptp_ref); in eqos_start_clks_tegra186()515 ret = clk_set_rate(&eqos->clk_ptp_ref, 125 * 1000 * 1000); in eqos_start_clks_tegra186()533 clk_disable(&eqos->clk_ptp_ref); in eqos_start_clks_tegra186()616 clk_disable(&eqos->clk_ptp_ref); in eqos_stop_clks_tegra186()1788 ret = clk_get_by_name(dev, "ptp_ref", &eqos->clk_ptp_ref); in eqos_probe_resources_tegra186()1805 clk_free(&eqos->clk_ptp_ref); in eqos_probe_resources_tegra186()1971 clk_free(&eqos->clk_ptp_ref); in eqos_remove_resources_tegra186()
195 struct clk *clk_ptp_ref; member
42 - clk_ptp_ref: this is the PTP reference clock; in case of the PTP is
457 struct clk *clk_ptp_ref;