Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_gpu.c180 if (gpu->ebi1_clk) in enable_axi()
181 clk_prepare_enable(gpu->ebi1_clk); in enable_axi()
187 if (gpu->ebi1_clk) in disable_axi()
188 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi()
908 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init()
909 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init()
910 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init()
911 gpu->ebi1_clk = NULL; in msm_gpu_init()
Dmsm_gpu.h118 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member
/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);
550 DEFINE_CLK_RPM(ipq806x, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK);