Searched refs:frequency_mhz (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/samsung/arndale/ |
A D | arndale_spl.c | 33 .frequency_mhz = 800,
|
/u-boot/board/samsung/smdk5250/ |
A D | smdk5250_spl.c | 35 .frequency_mhz = 800,
|
/u-boot/board/samsung/smdk5420/ |
A D | smdk5420_spl.c | 35 .frequency_mhz = 800,
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | spl.h | 52 unsigned frequency_mhz; /* Frequency of memory in MHz */ member
|
/u-boot/arch/arm/mach-exynos/ |
A D | clock_init_exynos5.c | 141 .frequency_mhz = 800, 267 .frequency_mhz = 800, 370 .frequency_mhz = 800, 485 unsigned *frequency_mhz, unsigned *arm_freq, in clock_get_mem_selection() argument 492 *frequency_mhz = params->frequency_mhz; in clock_get_mem_selection() 503 unsigned frequency_mhz, arm_freq; in get_arm_ratios() local 506 clock_get_mem_selection(&mem_type, &frequency_mhz, in get_arm_ratios() 527 unsigned frequency_mhz, arm_freq; in clock_get_mem_timings() local 530 clock_get_mem_selection(&mem_type, &frequency_mhz, in clock_get_mem_timings() 535 mem->frequency_mhz == frequency_mhz && in clock_get_mem_timings()
|
A D | clock_init.h | 41 unsigned frequency_mhz; /* Frequency of memory in MHz */ member
|
Completed in 6 milliseconds