Searched refs:rtcex (Results 1 – 3 of 3) sorted by relevance
231 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local233 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()234 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
103 rtcex_t *rtcex = (rtcex_t *) &rtc->extended; in cpu_init_r() local105 out_be32(&rtcex->gocu, CFG_SYS_RTC_CNT); in cpu_init_r()106 out_be32(&rtcex->gocl, CFG_SYS_RTC_SETUP); in cpu_init_r()
302 typedef struct rtcex { struct
Completed in 27 milliseconds