Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_AT91_MAIN_CLOCK (Results 1 – 25 of 33) sorted by relevance

12

/external/u-boot/arch/arm/mach-at91/arm920t/
Dcpu.c18 #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()
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Dcpu.c16 #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()
/external/u-boot/arch/arm/mach-at91/armv7/
Dcpu.c18 #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()
/external/u-boot/include/configs/
Dsama5d2_ptc_ek.h15 #undef CONFIG_SYS_AT91_MAIN_CLOCK
16 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
Dsama5d27_som1_ek.h14 #undef CONFIG_SYS_AT91_MAIN_CLOCK
15 #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
Dat91-sama5_common.h14 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dusb_a9263.h20 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
Dsnapper9g45.h18 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dat91sam9rlek.h17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* main clock xtal */ macro
Dmeesc.h32 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ macro
Dpm9g45.h29 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dwb50n.h13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dpicosam9g45.h22 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dat91sam9261ek.h15 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
Dat91sam9260ek.h28 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
Dat91sam9m10g45ek.h17 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dwb45n.h13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
Dcorvus.h30 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
Dat91sam9x5ek.h13 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
Dsnapper9260.h18 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ macro
Dat91sam9n12ek.h14 #define CONFIG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ macro
Dethernut5.h27 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
Dtaurus.h37 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
Dsmartweb.h40 #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432MHz crystal */ macro
/external/u-boot/arch/arm/mach-at91/
Dspl_atmel.c109 at91_clock_init(CONFIG_SYS_AT91_MAIN_CLOCK); in board_init_f()

12