| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm920t/ |
| H A D | cpu.c | 19 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 20 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 25 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | cpu.c | 17 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 18 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 23 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/armv7/ |
| H A D | cpu.c | 19 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK 20 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro 25 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
|
| /OK3568_Linux_fs/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 | at91-sama5_common.h | 19 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | usb_a9263.h | 21 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
| H A D | at91sam9rlek.h | 20 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* main clock xtal */ macro
|
| H A D | snapper9g45.h | 21 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | meesc.h | 34 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ macro
|
| H A D | wb50n.h | 13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | pm9g45.h | 31 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | picosam9g45.h | 25 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | wb45n.h | 13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
| H A D | at91sam9260ek.h | 30 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
|
| H A D | at91sam9261ek.h | 16 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
|
| H A D | at91sam9m10g45ek.h | 22 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | snapper9260.h | 21 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ macro
|
| H A D | at91sam9x5ek.h | 18 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
|
| H A D | at91sam9n12ek.h | 23 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ macro
|
| H A D | corvus.h | 33 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
|
| H A D | ethernut5.h | 29 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
|
| H A D | taurus.h | 40 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
|
| H A D | smartweb.h | 42 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432MHz crystal */ macro
|
| H A D | pm9261.h | 27 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/ |
| H A D | spl_atmel.c | 94 at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in board_init_f()
|