Home
last modified time | relevance | path

Searched refs:notifier_clk_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/clk/meson/
Dg12a.c4888 const char *notifier_clk_name; in meson_g12a_dvfs_setup_common() local
4897 notifier_clk_name = clk_hw_get_name(&g12a_cpu_clk_postmux0.hw); in meson_g12a_dvfs_setup_common()
4898 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12a_dvfs_setup_common()
4907 notifier_clk_name = clk_hw_get_name(&g12a_cpu_clk_dyn.hw); in meson_g12a_dvfs_setup_common()
4908 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12a_dvfs_setup_common()
4921 const char *notifier_clk_name; in meson_g12b_dvfs_setup() local
4933 notifier_clk_name = clk_hw_get_name(&g12b_cpu_clk.hw); in meson_g12b_dvfs_setup()
4934 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12b_dvfs_setup()
4942 notifier_clk_name = clk_hw_get_name(&g12b_sys1_pll.hw); in meson_g12b_dvfs_setup()
4943 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12b_dvfs_setup()
[all …]
Dmeson8b.c3642 const char *notifier_clk_name; in meson8b_clkc_init_common() local
3705 notifier_clk_name = clk_hw_get_name(&meson8b_cpu_scale_out_sel.hw); in meson8b_clkc_init_common()
3706 notifier_clk = __clk_lookup(notifier_clk_name); in meson8b_clkc_init_common()