Searched refs:notifier_clk (Results 1 – 2 of 2) sorted by relevance
4889 struct clk *notifier_clk; in meson_g12a_dvfs_setup_common() local4898 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12a_dvfs_setup_common()4899 ret = clk_notifier_register(notifier_clk, in meson_g12a_dvfs_setup_common()4908 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12a_dvfs_setup_common()4909 ret = clk_notifier_register(notifier_clk, &g12a_cpu_clk_mux_nb); in meson_g12a_dvfs_setup_common()4922 struct clk *notifier_clk; in meson_g12b_dvfs_setup() local4934 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12b_dvfs_setup()4935 ret = clk_notifier_register(notifier_clk, &g12a_cpu_clk_mux_nb); in meson_g12b_dvfs_setup()4943 notifier_clk = __clk_lookup(notifier_clk_name); in meson_g12b_dvfs_setup()4944 ret = clk_notifier_register(notifier_clk, in meson_g12b_dvfs_setup()[all …]
3643 struct clk *notifier_clk; in meson8b_clkc_init_common() local3706 notifier_clk = __clk_lookup(notifier_clk_name); in meson8b_clkc_init_common()3707 ret = clk_notifier_register(notifier_clk, &meson8b_cpu_nb_data.nb); in meson8b_clkc_init_common()