Searched refs:ebi1_clk (Results 1 – 2 of 2) sorted by relevance
91 return clk_prepare_enable(gpu->ebi1_clk); in enable_axi()96 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi()922 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init()923 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init()924 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init()925 gpu->ebi1_clk = NULL; in msm_gpu_init()
243 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member
Completed in 9 milliseconds