Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_gpu.c91 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()
A Dmsm_gpu.h243 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member

Completed in 9 milliseconds