Searched refs:HW_RTC_BASE (Results 1 – 3 of 3) sorted by relevance
265 REG_WR(HW_RTC_BASE + HW_RTC_WATCHDOG, 10000); in cpu_reboot()266 REG_WR(HW_RTC_BASE + HW_RTC_CTRL_SET, HW_RTC_CTRL_WATCHDOGEN); in cpu_reboot()267 REG_WR(HW_RTC_BASE + HW_RTC_WATCHDOG, 0); in cpu_reboot()
37 #define HW_RTC_BASE 0x8005C000 macro
81 if ((aa->aa_addr == HW_RTC_BASE) && in rtc_match()