/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf52x2/ |
D | cpu.c | 131 cpu_model, prn, strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo() 135 pin, prn, strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo() 283 strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo() 369 strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo() 393 strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo()
|
D | speed.c | 68 gd->cpu_clk = CONFIG_SYS_CLK; in get_clocks()
|
/third_party/uboot/u-boot-2020.01/include/configs/ |
D | amcore.h | 40 #define CONFIG_SYS_CLK 45000000 macro 41 #define CONFIG_SYS_CPU_CLK (CONFIG_SYS_CLK * 2)
|
D | M5235EVB.h | 94 #define CONFIG_SYS_CLK 75000000 macro 95 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 2
|
D | M53017EVB.h | 99 #define CONFIG_SYS_CLK 80000000 macro 100 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 3
|
D | M5329EVB.h | 91 #define CONFIG_SYS_CLK 80000000 macro 92 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 3
|
D | astro_mcf5373l.h | 75 #define CONFIG_SYS_CLK 80000000 macro 76 #define CONFIG_SYS_CPU_CLK (CONFIG_SYS_CLK * 3)
|
D | M5253DEMO.h | 94 # define CONFIG_SYS_CLK 140000000 macro 97 # define CONFIG_SYS_CLK 70000000 macro
|
D | M5373EVB.h | 91 #define CONFIG_SYS_CLK 80000000 macro 92 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 3
|
D | M5485EVB.h | 116 #define CONFIG_SYS_CLK CONFIG_SYS_BUSCLK macro 117 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 2
|
D | M5475EVB.h | 128 #define CONFIG_SYS_CLK CONFIG_SYS_BUSCLK macro 129 #define CONFIG_SYS_CPU_CLK CONFIG_SYS_CLK * 2
|
D | M5249EVB.h | 51 #define CONFIG_SYS_CLK 132025600 /* MCF5249 can run at 140MHz */ macro
|
D | M5275EVB.h | 101 #define CONFIG_SYS_CLK 150000000 macro
|
D | M5272C3.h | 90 #define CONFIG_SYS_CLK 66000000 macro
|
D | M5282EVB.h | 89 #define CONFIG_SYS_CLK 64000000 macro
|
D | M5208EVBE.h | 82 #define CONFIG_SYS_CLK 166666666 /* CPU Core Clock */ macro
|
D | cobra5272.h | 32 #define CONFIG_SYS_CLK 66000000 macro
|
D | eb_cpu5282.h | 65 #define CONFIG_SYS_CLK 80000000 /* 8MHz * 8 */ macro
|
/third_party/uboot/u-boot-2020.01/board/freescale/m5253demo/ |
D | m5253demo.c | 35 RC = (CONFIG_SYS_CLK / 1000000) >> 1; in dram_init() 117 period = 1000000000 / (CONFIG_SYS_CLK / 2); /* period in ns */ in ide_set_reset()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf530x/ |
D | speed.c | 17 gd->bus_clk = CONFIG_SYS_CLK; in get_clocks()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf547x_8x/ |
D | speed.c | 23 gd->bus_clk = CONFIG_SYS_CLK; in get_clocks()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf523x/ |
D | speed.c | 30 gd->bus_clk = CONFIG_SYS_CLK; in get_clocks()
|
D | cpu.c | 92 wdog_module = ((CONFIG_SYS_CLK / CONFIG_SYS_HZ) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf532x/ |
D | cpu.c | 130 wdog_module = ((CONFIG_SYS_CLK / 1000) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()
|
/third_party/uboot/u-boot-2020.01/board/BuS/eb_cpu5282/ |
D | eb_cpu5282.c | 44 MCFSDRAMC_DCR_RC((15 * CONFIG_SYS_CLK / 1000000) >> 4); in dram_init()
|