Searched refs:clk_ptp_ref (Results 1 – 3 of 3) sorted by relevance
753 if (!plat_dat->clk_ptp_ref) in ethqos_ptp_clk_freq_config() 757 err = clk_set_rate(plat_dat->clk_ptp_ref, ULONG_MAX); in ethqos_ptp_clk_freq_config() 759 netdev_err(priv->dev, "Failed to max out clk_ptp_ref: %d\n", err); in ethqos_ptp_clk_freq_config() 760 plat_dat->clk_ptp_rate = clk_get_rate(plat_dat->clk_ptp_ref); in ethqos_ptp_clk_freq_config()
889 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_release_ptp() 3561 ret = clk_prepare_enable(priv->plat->clk_ptp_ref); in stmmac_hw_setup() 3643 clk_disable_unprepare(priv->plat->clk_ptp_ref); in stmmac_hw_teardown()
457 struct clk *clk_ptp_ref;