Searched refs:SUNXI_RTC_HMS (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/rtc/
H A Drtc-sunxi.c27 #define SUNXI_RTC_HMS 0x0008 macro
228 time = readl(chip->base + SUNXI_RTC_HMS);
230 (time != readl(chip->base + SUNXI_RTC_HMS)));
361 writel(0, chip->base + SUNXI_RTC_HMS);
364 writel(time, chip->base + SUNXI_RTC_HMS);

Completed in 146 milliseconds