Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_gpu.c90 return clk_prepare_enable(gpu->ebi1_clk); in enable_axi()
95 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi()
918 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init()
919 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init()
920 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init()
921 gpu->ebi1_clk = NULL; in msm_gpu_init()
Dmsm_gpu.h248 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member