Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gpu.c174 if (gpu->ebi1_clk) in enable_axi()
175 clk_prepare_enable(gpu->ebi1_clk); in enable_axi()
181 if (gpu->ebi1_clk) in disable_axi()
182 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi()
901 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init()
902 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init()
903 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init()
904 gpu->ebi1_clk = NULL; in msm_gpu_init()
Dmsm_gpu.h111 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member
/Linux-v5.4/drivers/clk/qcom/
Dclk-rpm.c469 DEFINE_CLK_RPM(msm8660, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK);
503 DEFINE_CLK_RPM(apq8064, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK);