Searched refs:RTC_BASE (Results 1 – 2 of 2) sorted by relevance
19 #define RTC_BASE (IO_BASE_2 + 0x2000) macro24 #define RTC_RTCDR (*(volatile unsigned char *) (RTC_BASE + 0x000))25 #define RTC_RTCMR (*(volatile unsigned char *) (RTC_BASE + 0x004))26 #define RTC_RTCS (*(volatile unsigned char *) (RTC_BASE + 0x008))27 #define RTC_RTCC (*(volatile unsigned char *) (RTC_BASE + 0x008))28 #define RTC_RTCDV (*(volatile unsigned char *) (RTC_BASE + 0x00c))29 #define RTC_RTCCR (*(volatile unsigned char *) (RTC_BASE + 0x010))
83 #define RTC_BASE PHYS_PERIPHERAL_BLOCK + RTC_BLOCK_OFF macro500 rtc_base = onchip_remap(RTC_BASE, 1024, "RTC"); in time_init()