SUNXI_RTC_HMS
time = readl(chip->base + SUNXI_RTC_HMS);
(time != readl(chip->base + SUNXI_RTC_HMS)));
writel(0, chip->base + SUNXI_RTC_HMS);
writel(time, chip->base + SUNXI_RTC_HMS);