Searched refs:rtcex (Results 1 – 6 of 6) sorted by relevance
106 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local108 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()109 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
101 rtcex_t *rtcex = (rtcex_t *) &rtc->extended; in cpu_init_r() local103 out_be32(&rtcex->gocu, CONFIG_SYS_RTC_CNT); in cpu_init_r()104 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_SETUP); in cpu_init_r()
228 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local230 out_be32(&rtcex->gocu, (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xffff); in cpu_init_r()231 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_OSCILLATOR & 0xffff); in cpu_init_r()
233 typedef struct rtcex { struct
303 typedef struct rtcex { struct
331 typedef struct rtcex { struct