Searched refs:SUNXI_RTC_BASE (Results 1 – 5 of 5) sorted by relevance
40 #define SUNXI_RTC_BASE (0x07090000) macro41 #define SUNXI_RTC_DATA_BASE (SUNXI_RTC_BASE + 0x100)43 #define RTC_DM_REG0 (SUNXI_RTC_BASE + (0x4 * 0))44 #define RTC_DM_REG1 (SUNXI_RTC_BASE + (0x4 * 1))45 #define RTC_DM_REG2 (SUNXI_RTC_BASE + (0x4 * 2))46 #define RTC_DM_REG3 (SUNXI_RTC_BASE + (0x4 * 3))47 #define RTC_DM_REG4 (SUNXI_RTC_BASE + (0x4 * 4))48 #define RTC_DM_REG5 (SUNXI_RTC_BASE + (0x4 * 5))49 #define RTC_DM_REG6 (SUNXI_RTC_BASE + (0x4 * 6))
39 #define SUNXI_RTC_BASE 0x07090000 macro40 #define SUNXI_RTC_DATA_BASE (SUNXI_RTC_BASE+0x100)
38 #define SUNXI_RTC_BASE 0x07000000 macro39 #define SUNXI_RTC_DATA_BASE (SUNXI_RTC_BASE+0x100)
686 rtc_dev->base = SUNXI_RTC_BASE; in hal_rtc_init()
Completed in 10 milliseconds