Searched refs:ebi1_clk (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.c90 return clk_prepare_enable(gpu->ebi1_clk);
95 clk_disable_unprepare(gpu->ebi1_clk);
916 gpu->ebi1_clk = msm_clk_get(pdev, "bus");
917 DBG("ebi1_clk: %p", gpu->ebi1_clk);
918 if (IS_ERR(gpu->ebi1_clk))
919 gpu->ebi1_clk = NULL;
H A Dmsm_gpu.h248 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member in struct:msm_gpu

Completed in 100 milliseconds