Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-ath79/ar934x/
A Dclk.c269 u32 cpuclk, ddrclk, busclk; in ar934x_update_clock() local
282 cpuclk = ar934x_get_xtal(); in ar934x_update_clock()
284 cpuclk = cpupll; in ar934x_update_clock()
286 cpuclk = ddrpll; in ar934x_update_clock()
309 gd->cpu_clk = cpuclk / (cpudiv + 1); in ar934x_update_clock()
/u-boot/board/menlo/m53menlo/
A Dm53menlo.c456 u32 cpuclk; in m53_set_clock() local
465 cpuclk = gpio_get_value(IMX_GPIO_NR(4, 0)) ? 1200 : 800; in m53_set_clock()
467 ret = mxc_set_clock(ref_clk, cpuclk, MXC_ARM_CLK); in m53_set_clock()
469 printf("CPU: Switch CPU clock to %dMHz failed\n", cpuclk); in m53_set_clock()
/u-boot/arch/arm/dts/
A Darmada-xp-98dx3336.dtsi22 clocks = <&cpuclk 1>;
A Darmada-xp-98dx4251.dtsi22 clocks = <&cpuclk 1>;
A Darmada-xp-mv78460.dtsi35 clocks = <&cpuclk 0>;
43 clocks = <&cpuclk 1>;
51 clocks = <&cpuclk 2>;
59 clocks = <&cpuclk 3>;
A Darmada-xp-mv78230.dtsi33 clocks = <&cpuclk 0>;
41 clocks = <&cpuclk 1>;
A Darmada-xp-98dx3236.dtsi35 clocks = <&cpuclk 0>;
148 cpuclk: clock-complex@18700 { label
A Darmada-xp-mv78260.dtsi34 clocks = <&cpuclk 0>;
42 clocks = <&cpuclk 1>;
A Darmada-xp.dtsi103 cpuclk: clock-complex@18700 { label
/u-boot/board/inversepath/usbarmory/
A Dusbarmory.c375 const uint32_t cpuclk = CPU_CLOCK; in set_clock() local
379 ret = mxc_set_clock(ref_clk, cpuclk, MXC_ARM_CLK); in set_clock()
381 printf("CPU: Switch CPU clock to %dMHZ failed\n", cpuclk); in set_clock()

Completed in 12 milliseconds