Lines Matching full:clk_ahb
3069 /* ITR clock source is enet system clock (clk_ahb).
4411 fep->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in fec_probe()
4412 if (IS_ERR(fep->clk_ahb)) { in fec_probe()
4413 ret = PTR_ERR(fep->clk_ahb); in fec_probe()
4417 fep->itr_clk_rate = clk_get_rate(fep->clk_ahb); in fec_probe()
4458 ret = clk_prepare_enable(fep->clk_ahb); in fec_probe()
4557 clk_disable_unprepare(fep->clk_ahb); in fec_probe()
4606 clk_disable_unprepare(fep->clk_ahb); in fec_drv_remove()
4729 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_suspend()
4741 ret = clk_prepare_enable(fep->clk_ahb); in fec_runtime_resume()
4751 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_resume()