Searched refs:clk_cpu (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/clk/imx/ |
D | clk-cpu.c | 17 struct clk_cpu { struct 25 static inline struct clk_cpu *to_clk_cpu(struct clk_hw *hw) in to_clk_cpu() argument 27 return container_of(hw, struct clk_cpu, hw); in to_clk_cpu() 33 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_recalc_rate() 41 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_round_rate() 49 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_set_rate() 82 struct clk_cpu *cpu; in imx_clk_cpu()
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | clock.c | 164 CLKDEV_INIT("sa11x0-fb", NULL, &clk_cpu), 165 CLKDEV_INIT("sa11x0-pcmcia", NULL, &clk_cpu), 166 CLKDEV_INIT("sa11x0-pcmcia.0", NULL, &clk_cpu), 167 CLKDEV_INIT("sa11x0-pcmcia.1", NULL, &clk_cpu), 169 CLKDEV_INIT("1800", NULL, &clk_cpu),
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | nuvoton-npcm750.dtsi | 21 clock-names = "clk_cpu"; 30 clock-names = "clk_cpu";
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | nuvoton,npcm750-smp | 28 clock-names = "clk_cpu"; 37 clock-names = "clk_cpu";
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-s700.c | 113 static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT); 414 &clk_cpu.common, 497 [CLK_CPU] = &clk_cpu.common.hw,
|
/Linux-v4.19/drivers/clk/sirf/ |
D | clk-prima2.c | 81 &clk_cpu.hw,
|
D | clk-atlas6.c | 82 &clk_cpu.hw,
|
D | clk-common.c | 507 static struct clk_dmn clk_cpu = { variable
|