Lines Matching full:cpu_clk

506 		.name = "cpu_clk",
526 .name = "cpu_clk",
956 * to feed cpu_clk, this is the current path : in g12a_cpu_clk_postmux_notifier_cb()
957 * cpu_clk in g12a_cpu_clk_postmux_notifier_cb()
981 * Now, cpu_clk is 24MHz in the current path : in g12a_cpu_clk_postmux_notifier_cb()
982 * cpu_clk in g12a_cpu_clk_postmux_notifier_cb()
1006 * cpu_clk in g12a_cpu_clk_postmux_notifier_cb()
1045 struct clk_hw *cpu_clk; member
1059 * to feed cpu_clk, this the current path : in g12a_sys_pll_notifier_cb()
1060 * cpu_clk in g12a_sys_pll_notifier_cb()
1065 /* Configure cpu_clk to use cpu_clk_dyn */ in g12a_sys_pll_notifier_cb()
1066 clk_hw_set_parent(nb_data->cpu_clk, in g12a_sys_pll_notifier_cb()
1070 * Now, cpu_clk uses the dyn path in g12a_sys_pll_notifier_cb()
1071 * cpu_clk in g12a_sys_pll_notifier_cb()
1086 * The sys_pll has ben updated, now switch back cpu_clk to in g12a_sys_pll_notifier_cb()
1090 /* Configure cpu_clk to use sys_pll */ in g12a_sys_pll_notifier_cb()
1091 clk_hw_set_parent(nb_data->cpu_clk, in g12a_sys_pll_notifier_cb()
1097 * cpu_clk in g12a_sys_pll_notifier_cb()
1111 .cpu_clk = &g12a_cpu_clk.hw,
1119 .cpu_clk = &g12b_cpu_clk.hw,
1127 .cpu_clk = &g12b_cpub_clk.hw,
1150 .name = "cpu_clk",
1155 * This clock is used to debug the cpu_clk range
1174 * This clock is used to debug the cpu_clk range
1217 .name = "cpu_clk",
1254 .name = "cpu_clk",
1291 .name = "cpu_clk",
1328 .name = "cpu_clk",
5436 /* Setup clock notifier for cpu_clk mux */ in meson_g12b_dvfs_setup()
5442 dev_err(dev, "failed to register the cpu_clk notifier\n"); in meson_g12b_dvfs_setup()
5510 /* Setup clock notifier for cpu_clk mux */ in meson_g12a_dvfs_setup()
5515 dev_err(dev, "failed to register the cpu_clk notifier\n"); in meson_g12a_dvfs_setup()