/openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
H A D | cpu.c | 18 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 19 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 24 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | cpu.c | 16 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 17 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 22 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
/openbmc/u-boot/arch/arm/mach-at91/armv7/ |
H A D | cpu.c | 18 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 19 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 24 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
/openbmc/u-boot/include/configs/ |
H A D | sama5d2_ptc_ek.h | 15 #undef CONFIG_SYS_AT91_MAIN_CLOCK 16 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
|
H A D | sama5d27_som1_ek.h | 14 #undef CONFIG_SYS_AT91_MAIN_CLOCK 15 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
|
H A D | at91-sama5_common.h | 14 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | usb_a9263.h | 20 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
H A D | snapper9g45.h | 18 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | meesc.h | 32 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ macro
|
H A D | at91sam9rlek.h | 17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* main clock xtal */ macro
|
H A D | wb50n.h | 13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | pm9g45.h | 29 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | picosam9g45.h | 22 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | at91sam9261ek.h | 15 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
|
H A D | at91sam9260ek.h | 28 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
|
H A D | wb45n.h | 13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
H A D | at91sam9x5ek.h | 13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
H A D | at91sam9m10g45ek.h | 17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | at91sam9n12ek.h | 14 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ macro
|
H A D | corvus.h | 30 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
H A D | snapper9260.h | 18 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ macro
|
H A D | ethernut5.h | 27 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
|
H A D | taurus.h | 37 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
|
H A D | smartweb.h | 40 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432MHz crystal */ macro
|
/openbmc/u-boot/arch/arm/mach-at91/ |
H A D | spl_atmel.c | 109 at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in board_init_f()
|