Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 5 of 5) sorted by relevance

/u-boot/lib/
A Ddate.c85 int days, hours; in rtc_mktime() local
96 hours = days * 24 + tm->tm_hour; in rtc_mktime()
97 return (hours * 60 + tm->tm_min) * 60 + tm->tm_sec; in rtc_mktime()
/u-boot/drivers/rtc/
A Ddavinci.c30 hour = readl(&rtc->hours); in rtc_get()
70 writel(bin2bcd(tmp->tm_hour), &rtc->hours); in rtc_set()
/u-boot/arch/arm/include/asm/
A Ddavinci_rtc.h19 unsigned int hours; member
/u-boot/doc/develop/
A Dversion.rst86 #define U_BOOT_TZ "-0700" (Time zone in hours)
/u-boot/doc/driver-model/
A Dspi-howto.rst36 You should be able to complete this within 2 hours, including testing but

Completed in 5 milliseconds