Lines Matching refs:g12a_cpu_clk
499 static struct clk_regmap g12a_cpu_clk = { variable
861 &g12a_cpu_clk.hw,
879 &g12a_cpu_clk.hw,
897 &g12a_cpu_clk.hw,
915 &g12a_cpu_clk.hw,
1112 .cpu_clk = &g12a_cpu_clk.hw,
1142 &g12a_cpu_clk.hw
1207 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
1241 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
1275 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
4437 [CLKID_CPU_CLK] = &g12a_cpu_clk.hw,
4922 [CLKID_CPU_CLK] = &g12a_cpu_clk.hw,
5151 &g12a_cpu_clk,
5354 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()