Lines Matching refs:g12a_cpu_clk
497 static struct clk_regmap g12a_cpu_clk = { variable
859 &g12a_cpu_clk.hw,
877 &g12a_cpu_clk.hw,
895 &g12a_cpu_clk.hw,
913 &g12a_cpu_clk.hw,
1110 .cpu_clk = &g12a_cpu_clk.hw,
1140 &g12a_cpu_clk.hw
1205 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
1239 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
1273 .parent_hws = (const struct clk_hw *[]) { &g12a_cpu_clk.hw },
4374 [CLKID_CPU_CLK] = &g12a_cpu_clk.hw,
4855 [CLKID_CPU_CLK] = &g12a_cpu_clk.hw,
5084 &g12a_cpu_clk,
5284 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()