Searched refs:rtc_base (Results 1 – 1 of 1) sorted by relevance
85 static vaddr_t rtc_base; variable99 return io_read32(rtc_base + offset); in atmel_rtc_read()104 return io_write32(rtc_base + offset, val); in atmel_rtc_write()141 if (!rtc_base) in atmel_rtc_get_tamper_timestamp()288 if (rtc_base) in atmel_rtc_probe()296 if (dt_map_dev(fdt, node, &rtc_base, &size, DT_MAP_AUTO) < 0) in atmel_rtc_probe()301 io_clrbits32(rtc_base + RTC_MR, RTC_MR_PERSIAN | RTC_MR_UTC | in atmel_rtc_probe()
Completed in 2 milliseconds