Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_RTC_OSCILLATOR (Results 1 – 10 of 10) sorted by relevance

/u-boot/arch/m68k/cpu/mcf5227x/
A Dcpu_init.c120 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()
121 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
/u-boot/include/configs/
A DM52277EVB.h90 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
A DM54451EVB.h98 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
A DM54455EVB.h123 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
/u-boot/arch/m68k/cpu/mcf5445x/
A Dcpu_init.c270 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()
271 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
/u-boot/board/freescale/m53017evb/
A DREADME76 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
/u-boot/board/freescale/m52277evb/
A DREADME77 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
/u-boot/board/freescale/m5373evb/
A DREADME75 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
/u-boot/board/freescale/m54455evb/
A DREADME79 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
/u-boot/scripts/
A Dconfig_whitelist.txt3479 CONFIG_SYS_RTC_OSCILLATOR

Completed in 11 milliseconds