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()953 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init()954 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init()955 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init()956 gpu->ebi1_clk = NULL; in msm_gpu_init()
230 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member