Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-davinci/
Ddevices-da8xx.c33 #define DA8XX_RTC_BASE 0x01c23000 macro
665 .start = DA8XX_RTC_BASE,
666 .end = DA8XX_RTC_BASE + SZ_4K - 1,
693 base = ioremap(DA8XX_RTC_BASE, SZ_4K); in da8xx_register_rtc()