Searched refs:arm_freq_mhz (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | clock_init_exynos5.c | 26 .arm_freq_mhz = 900, 43 .arm_freq_mhz = 600, 58 .arm_freq_mhz = 800, 73 .arm_freq_mhz = 1000, 88 .arm_freq_mhz = 1200, 103 .arm_freq_mhz = 1400, 118 .arm_freq_mhz = 1700, 493 *arm_freq = params->arm_freq_mhz; in clock_get_mem_selection() 511 if (arm_ratio->arm_freq_mhz == arm_freq) in get_arm_ratios()
|
H A D | clock_init.h | 21 unsigned arm_freq_mhz; /* Frequency of ARM core in MHz */ member
|
/openbmc/u-boot/board/samsung/smdk5250/ |
H A D | smdk5250_spl.c | 36 .arm_freq_mhz = 1700,
|
/openbmc/u-boot/board/samsung/smdk5420/ |
H A D | smdk5420_spl.c | 36 .arm_freq_mhz = 900,
|
/openbmc/u-boot/board/samsung/arndale/ |
H A D | arndale_spl.c | 34 .arm_freq_mhz = 1000,
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | spl.h | 53 unsigned arm_freq_mhz; /* ARM Frequency in MHz */ member
|