Searched refs:clk_cpu (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-cpu.c | 16 struct clk_cpu { struct 24 static inline struct clk_cpu *to_clk_cpu(struct clk_hw *hw) in to_clk_cpu() argument 26 return container_of(hw, struct clk_cpu, hw); in to_clk_cpu() 32 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_recalc_rate() 40 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_round_rate() 48 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_set_rate() 81 struct clk_cpu *cpu; in imx_clk_cpu()
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | clock.c | 136 CLKDEV_INIT("sa11x0-fb", NULL, &clk_cpu), 137 CLKDEV_INIT("sa11x0-pcmcia", NULL, &clk_cpu), 139 CLKDEV_INIT("1800", NULL, &clk_cpu),
|
/linux-4.1.27/drivers/clk/sirf/ |
D | clk-prima2.c | 82 &clk_cpu.hw,
|
D | clk-atlas6.c | 83 &clk_cpu.hw,
|
D | clk-common.c | 505 static struct clk_dmn clk_cpu = { variable
|