Searched refs:video_pll0_config (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/clk/qcom/ |
D | videocc-sc7180.c | 213 struct alpha_pll_config video_pll0_config = {}; in video_cc_sc7180_probe() local 219 video_pll0_config.l = 0x1f; in video_cc_sc7180_probe() 220 video_pll0_config.alpha = 0x4000; in video_cc_sc7180_probe() 221 video_pll0_config.user_ctl_val = 0x00000001; in video_cc_sc7180_probe() 222 video_pll0_config.user_ctl_hi_val = 0x00004805; in video_cc_sc7180_probe() 224 clk_fabia_pll_configure(&video_pll0, regmap, &video_pll0_config); in video_cc_sc7180_probe()
|
D | videocc-sm8150.c | 30 static struct alpha_pll_config video_pll0_config = { variable 243 clk_trion_pll_configure(&video_pll0, regmap, &video_pll0_config); in video_cc_sm8150_probe()
|
D | videocc-sc7280.c | 31 static const struct alpha_pll_config video_pll0_config = { variable 299 clk_lucid_pll_configure(&video_pll0, regmap, &video_pll0_config); in video_cc_sc7280_probe()
|
D | videocc-sdm845.c | 28 static const struct alpha_pll_config video_pll0_config = { variable 330 clk_fabia_pll_configure(&video_pll0, regmap, &video_pll0_config); in video_cc_sdm845_probe()
|
D | videocc-sm8250.c | 33 static const struct alpha_pll_config video_pll0_config = { variable 390 clk_lucid_pll_configure(&video_pll0, regmap, &video_pll0_config); in video_cc_sm8250_probe()
|