Searched refs:ebi1_clk (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/msm/ |
A D | msm_gpu.c | 88 return clk_prepare_enable(gpu->ebi1_clk); in enable_axi() 93 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi() 886 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init() 887 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init() 888 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init() 889 gpu->ebi1_clk = NULL; in msm_gpu_init()
|
A D | msm_gpu.h | 181 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member
|
/linux/drivers/clk/qcom/ |
A D | clk-rpm.c | 406 DEFINE_CLK_RPM(msm8660, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); 440 DEFINE_CLK_RPM(apq8064, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); 487 DEFINE_CLK_RPM(ipq806x, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK);
|
Completed in 10 milliseconds