Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_AT91_SLOW_CLOCK (Results 1 – 25 of 30) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/armv7/
Dclock.c29 return CONFIG_SYS_AT91_SLOW_CLOCK; in at91_css_to_rate()
72 main_clock = tmp * (CONFIG_SYS_AT91_SLOW_CLOCK / 16); in at91_clock_init()
272 freq = CONFIG_SYS_AT91_SLOW_CLOCK; in at91_get_periph_generated_clk()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm920t/
Dclock.c28 return CONFIG_SYS_AT91_SLOW_CLOCK; in at91_css_to_rate()
122 main_clock = tmp * (CONFIG_SYS_AT91_SLOW_CLOCK / 16); in at91_clock_init()
/third_party/uboot/u-boot-2020.01/include/configs/
Dat91-sama5_common.h13 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dsam9x60ek.h14 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dusb_a9263.h21 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dat91sam9rlek.h16 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
Dmeesc.h31 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* 32.768 kHz crystal */ macro
Dsnapper9g45.h19 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dgardena-smart-gateway-at91sam.h13 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dat91sam9260ek.h27 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
Dwb50n.h12 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dat91sam9261ek.h14 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
Dat91sam9x5ek.h12 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dpicosam9g45.h21 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dpm9g45.h19 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dwb45n.h12 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dat91sam9n12ek.h13 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
Dat91sam9m10g45ek.h16 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dat91rm9200ek.h38 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dsnapper9260.h19 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dcorvus.h29 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 macro
Dethernut5.h25 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
Dtaurus.h32 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ macro
/third_party/uboot/u-boot-2020.01/drivers/clk/at91/
Dclk-slow.c18 return CONFIG_SYS_AT91_SLOW_CLOCK; in at91_slow_clk_get_rate()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm926ejs/
Dclock.c28 return CONFIG_SYS_AT91_SLOW_CLOCK; in at91_css_to_rate()
130 main_clock = tmp * (CONFIG_SYS_AT91_SLOW_CLOCK / 16); in at91_clock_init()

12