Home
last modified time | relevance | path

Searched refs:clk_cpu (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-imx/
Dclk-cpu.c16 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/
Dclock.c136 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/
Dclk-prima2.c82 &clk_cpu.hw,
Dclk-atlas6.c83 &clk_cpu.hw,
Dclk-common.c505 static struct clk_dmn clk_cpu = { variable