Searched refs:CFG_SYS_AT91_MAIN_CLOCK (Results 1 - 25 of 36) sorted by relevance

12

/u-boot/include/configs/
H A Dsama5d27_som1_ek.h14 #undef CFG_SYS_AT91_MAIN_CLOCK macro
15 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
H A Dsama5d29_curiosity.h15 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 macro
H A Dat91-sama5_common.h14 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
H A Dsama7g54_curiosity.h15 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 macro
H A Dsama5d27_wlsom1_ek.h15 #undef CFG_SYS_AT91_MAIN_CLOCK macro
16 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
H A Dsama5d2_icp.h14 #undef CFG_SYS_AT91_MAIN_CLOCK macro
15 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
H A Dsama7g5ek.h13 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
H A Dsama5d2_ptc_ek.h15 #undef CFG_SYS_AT91_MAIN_CLOCK macro
16 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ macro
H A Dsam9x60ek.h15 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* 24 MHz crystal */ macro
H A Dsam9x60_curiosity.h14 #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* 24 MHz crystal */ macro
H A Dmeesc.h32 #define CFG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ macro
H A Dat91sam9261ek.h15 #define CFG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ macro
H A Dat91sam9260ek.h28 #define CFG_SYS_AT91_MAIN_CLOCK 18432000 /* main clock xtal */ macro
H A Dat91sam9x5ek.h13 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
H A Dat91sam9n12ek.h14 #define CFG_SYS_AT91_MAIN_CLOCK 16000000 /* main clock xtal */ macro
H A Dat91sam9rlek.h17 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* main clock xtal */ macro
H A Dat91sam9m10g45ek.h15 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
H A Dsnapper9g45.h18 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
H A Dusb_a9263.h20 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
H A Dpm9g45.h20 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
H A Dgardena-smart-gateway-at91sam.h18 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ macro
H A Dcorvus.h28 #define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ macro
/u-boot/arch/arm/mach-at91/arm920t/
H A Dcpu.c19 #ifndef CFG_SYS_AT91_MAIN_CLOCK
20 #define CFG_SYS_AT91_MAIN_CLOCK 0 macro
25 return at91_clock_init(CFG_SYS_AT91_MAIN_CLOCK);
/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dcpu.c18 #ifndef CFG_SYS_AT91_MAIN_CLOCK
19 #define CFG_SYS_AT91_MAIN_CLOCK 0 macro
24 return at91_clock_init(CFG_SYS_AT91_MAIN_CLOCK);
/u-boot/arch/arm/mach-at91/armv7/
H A Dcpu.c21 #ifndef CFG_SYS_AT91_MAIN_CLOCK
22 #define CFG_SYS_AT91_MAIN_CLOCK 0 macro
30 return at91_clock_init(CFG_SYS_AT91_MAIN_CLOCK);

Completed in 167 milliseconds

12