Searched refs:CONFIG_SYS_AT91_MAIN_CLOCK (Results 1 – 25 of 33) sorted by relevance
12
18 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK19 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro24 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
16 #ifndef CONFIG_SYS_AT91_MAIN_CLOCK17 #define CONFIG_SYS_AT91_MAIN_CLOCK 0 macro22 return at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in arch_cpu_init()
15 #undef CONFIG_SYS_AT91_MAIN_CLOCK16 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
14 #undef CONFIG_SYS_AT91_MAIN_CLOCK15 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
14 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
20 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
18 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* main clock xtal */ macro
32 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ macro
29 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
22 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
15 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
28 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
30 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
18 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ macro
14 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ macro
27 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
37 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
40 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432MHz crystal */ macro
109 at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in board_init_f()