Searched refs:hours (Results 1 – 5 of 5) sorted by relevance
85 int days, hours; in rtc_mktime() local96 hours = days * 24 + tm->tm_hour; in rtc_mktime()97 return (hours * 60 + tm->tm_min) * 60 + tm->tm_sec; in rtc_mktime()
30 hour = readl(&rtc->hours); in rtc_get()70 writel(bin2bcd(tmp->tm_hour), &rtc->hours); in rtc_set()
19 unsigned int hours; member
86 #define U_BOOT_TZ "-0700" (Time zone in hours)
36 You should be able to complete this within 2 hours, including testing but
Completed in 5 milliseconds