Lines Matching full:clk_ahb
2517 /* ITR clock source is enet system clock (clk_ahb).
3614 fep->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in fec_probe()
3615 if (IS_ERR(fep->clk_ahb)) { in fec_probe()
3616 ret = PTR_ERR(fep->clk_ahb); in fec_probe()
3620 fep->itr_clk_rate = clk_get_rate(fep->clk_ahb); in fec_probe()
3649 ret = clk_prepare_enable(fep->clk_ahb); in fec_probe()
3745 clk_disable_unprepare(fep->clk_ahb); in fec_probe()
3787 clk_disable_unprepare(fep->clk_ahb); in fec_drv_remove()
3880 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_suspend()
3892 ret = clk_prepare_enable(fep->clk_ahb); in fec_runtime_resume()
3902 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_resume()