Home
last modified time | relevance | path

Searched refs:rtcex (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5227x/
H A Dcpu_init.c106 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local
108 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()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c101 rtcex_t *rtcex = (rtcex_t *) &rtc->extended; in cpu_init_r() local
103 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()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c228 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local
230 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()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dimmap_5227x.h233 typedef struct rtcex { struct
H A Dimmap_5301x.h303 typedef struct rtcex { struct
H A Dimmap_5445x.h331 typedef struct rtcex { struct