Lines Matching defs:time
81 * Get time values
96 * Set time values
451 u32 date, time;
458 time = readl(chip->base + SUN6I_RTC_HMS);
460 (time != readl(chip->base + SUN6I_RTC_HMS)));
462 rtc_tm->tm_sec = SUN6I_TIME_GET_SEC_VALUE(time);
463 rtc_tm->tm_min = SUN6I_TIME_GET_MIN_VALUE(time);
464 rtc_tm->tm_hour = SUN6I_TIME_GET_HOUR_VALUE(time);
495 rtc_time64_to_tm(chip->alarm, &wkalrm->time);
503 struct rtc_time *alrm_tm = &wkalrm->time;
510 dev_err(dev, "Error in getting time\n");
560 u32 time = 0;
572 time = SUN6I_TIME_SET_SEC_VALUE(rtc_tm->tm_sec) |
583 writel(time, chip->base + SUN6I_RTC_HMS);
593 dev_err(dev, "Failed to set rtc time.\n");
607 dev_err(dev, "Failed to set rtc time.\n");