Searched refs:CONFIG_SYS_RTC_OSCILLATOR (Results 1 – 10 of 10) sorted by relevance
120 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()
90 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
98 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
123 #define CONFIG_SYS_RTC_OSCILLATOR (32 * CONFIG_SYS_HZ) macro
270 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()
76 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
77 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
75 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
79 CONFIG_SYS_RTC_OSCILLATOR -- define RTC clock frequency
3479 CONFIG_SYS_RTC_OSCILLATOR
Completed in 11 milliseconds