Home
last modified time | relevance | path

Searched refs:RTC_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dtime.h19 #define RTC_BASE (IO_BASE_2 + 0x2000) macro
24 #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))
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c83 #define RTC_BASE PHYS_PERIPHERAL_BLOCK + RTC_BLOCK_OFF macro
500 rtc_base = onchip_remap(RTC_BASE, 1024, "RTC"); in time_init()