Searched refs:ebi1_clk (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 91 return clk_prepare_enable(gpu->ebi1_clk); in enable_axi() 96 clk_disable_unprepare(gpu->ebi1_clk); in disable_axi() 893 gpu->ebi1_clk = msm_clk_get(pdev, "bus"); in msm_gpu_init() 894 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init() 895 if (IS_ERR(gpu->ebi1_clk)) in msm_gpu_init() 896 gpu->ebi1_clk = NULL; in msm_gpu_init()
|
D | msm_gpu.h | 232 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk; member
|
/linux-6.1.9/drivers/clk/qcom/ |
D | clk-rpm.c | 414 DEFINE_CLK_RPM(msm8660, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); 448 DEFINE_CLK_RPM(apq8064, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); 495 DEFINE_CLK_RPM(ipq806x, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK);
|