Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Ddate.c128 int days, hours; in rtc_mktime() local
139 hours = days * 24 + tm->tm_hour; in rtc_mktime()
140 return (hours * 60 + tm->tm_min) * 60 + tm->tm_sec; in rtc_mktime()
H A Ddavinci.c30 hour = readl(&rtc->hours); in rtc_get()
70 writel(bin2bcd(tmp->tm_hour), &rtc->hours); in rtc_set()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Ddavinci_rtc.h20 unsigned int hours; member
/rk3399_rockchip-uboot/doc/driver-model/
H A Dspi-howto.txt31 You should be able to complete this within 2 hours, including testing but
H A Dspi-howto.rst36 You should be able to complete this within 2 hours, including testing but