Searched refs:rtcex (Results 1 – 6 of 6) sorted by relevance
105 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local107 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()108 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
100 rtcex_t *rtcex = (rtcex_t *) &rtc->extended; in cpu_init_r() local102 out_be32(&rtcex->gocu, CONFIG_SYS_RTC_CNT); in cpu_init_r()103 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_SETUP); in cpu_init_r()
227 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local229 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()230 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
232 typedef struct rtcex { struct
302 typedef struct rtcex { struct
330 typedef struct rtcex { struct