Searched refs:clk_ptp_ref (Results 1 – 3 of 3) sorted by relevance
548 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()
811 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()
185 struct clk *clk_ptp_ref; member