Searched refs:notifier_clk_name (Results 1 – 2 of 2) sorted by relevance
4888 const char *notifier_clk_name; in meson_g12a_dvfs_setup_common() local4897 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() local4933 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 …]
3642 const char *notifier_clk_name; in meson8b_clkc_init_common() local3705 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()