Home
last modified time | relevance | path

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

/u-boot/arch/m68k/cpu/mcf5227x/
A Dcpu_init.c118 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local
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()
/u-boot/arch/m68k/cpu/mcf532x/
A Dcpu_init.c103 rtcex_t *rtcex = (rtcex_t *) &rtc->extended; in cpu_init_r() local
105 out_be32(&rtcex->gocu, CONFIG_SYS_RTC_CNT); in cpu_init_r()
106 out_be32(&rtcex->gocl, CONFIG_SYS_RTC_SETUP); in cpu_init_r()
/u-boot/arch/m68k/cpu/mcf5445x/
A Dcpu_init.c268 rtcex_t *rtcex = (rtcex_t *)&rtc->extended; in cpu_init_r() local
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()
/u-boot/arch/m68k/include/asm/
A Dimmap_5227x.h232 typedef struct rtcex { struct
A Dimmap_5301x.h302 typedef struct rtcex { struct
A Dimmap_5445x.h330 typedef struct rtcex { struct

Completed in 13 milliseconds