Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-cpu.c12 struct clk_cpu { struct
20 static inline struct clk_cpu *to_clk_cpu(struct clk_hw *hw) in to_clk_cpu() argument
22 return container_of(hw, struct clk_cpu, hw); in to_clk_cpu()
28 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_recalc_rate()
36 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_round_rate()
44 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_set_rate()
77 struct clk_cpu *cpu; in imx_clk_hw_cpu()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dnuvoton-npcm750.dtsi21 clock-names = "clk_cpu";
30 clock-names = "clk_cpu";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/cpu-enable-method/
H A Dnuvoton,npcm750-smp28 clock-names = "clk_cpu";
37 clock-names = "clk_cpu";
/OK3568_Linux_fs/u-boot/api/
H A Dapi_platform-powerpc.c31 si->clk_cpu = gd->cpu_clk; in platform_sys_info()
/OK3568_Linux_fs/u-boot/include/
H A Dapi_public.h68 unsigned long clk_cpu; member
/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A Dowl-s700.c115 static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT);
417 &clk_cpu.common,
500 [CLK_CPU] = &clk_cpu.common.hw,
/OK3568_Linux_fs/kernel/drivers/clk/sirf/
H A Dclk-prima2.c80 &clk_cpu.hw,
H A Dclk-atlas6.c81 &clk_cpu.hw,
H A Dclk-common.c510 static struct clk_dmn clk_cpu = { variable
/OK3568_Linux_fs/u-boot/examples/api/
H A Ddemo.c215 printf(" clkcpu\t= 0x%08x\n", (unsigned int)si->clk_cpu); in test_dump_si()