Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dvrtc.c142 static inline uint8_t rtcset(struct rtcdev *rtc, uint32_t val) in rtcset() function
353 rtc->sec = rtcset(rtc, ct.sec); in secs_to_rtc()
354 rtc->min = rtcset(rtc, ct.min); in secs_to_rtc()
378 rtc->hour = rtcset(rtc, hour); in secs_to_rtc()
384 rtc->day_of_week = rtcset(rtc, ct.dow + 1); in secs_to_rtc()
385 rtc->day_of_month = rtcset(rtc, ct.day); in secs_to_rtc()
386 rtc->month = rtcset(rtc, ct.mon); in secs_to_rtc()
387 rtc->year = rtcset(rtc, ct.year % 100); in secs_to_rtc()
388 rtc->century = rtcset(rtc, ct.year / 100); in secs_to_rtc()

Completed in 6 milliseconds