Searched refs:clk_cpu (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk-cpu.c | 12 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 D | nuvoton-npcm750.dtsi | 21 clock-names = "clk_cpu"; 30 clock-names = "clk_cpu";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
| H A D | nuvoton,npcm750-smp | 28 clock-names = "clk_cpu"; 37 clock-names = "clk_cpu";
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_platform-powerpc.c | 31 si->clk_cpu = gd->cpu_clk; in platform_sys_info()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | api_public.h | 68 unsigned long clk_cpu; member
|
| /OK3568_Linux_fs/kernel/drivers/clk/actions/ |
| H A D | owl-s700.c | 115 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 D | clk-prima2.c | 80 &clk_cpu.hw,
|
| H A D | clk-atlas6.c | 81 &clk_cpu.hw,
|
| H A D | clk-common.c | 510 static struct clk_dmn clk_cpu = { variable
|
| /OK3568_Linux_fs/u-boot/examples/api/ |
| H A D | demo.c | 215 printf(" clkcpu\t= 0x%08x\n", (unsigned int)si->clk_cpu); in test_dump_si()
|