Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_rtc.c290 uint32_t rdate, rtime; in aw_rtc_gettime() local
292 rdate = RTC_READ(sc, sc->conf->rtc_date); in aw_rtc_gettime()
296 rdate = RTC_READ(sc, sc->conf->rtc_date); in aw_rtc_gettime()
301 ct.day = GET_DAY_VALUE(rdate); in aw_rtc_gettime()
302 ct.mon = GET_MON_VALUE(rdate); in aw_rtc_gettime()
303 ct.year = GET_YEAR_VALUE(rdate) + YEAR_OFFSET; in aw_rtc_gettime()
316 uint32_t clk, rdate, rtime; in aw_rtc_settime() local
340 rdate = SET_DAY_VALUE(ct.day) | SET_MON_VALUE(ct.mon) | in aw_rtc_settime()
354 RTC_WRITE(sc, sc->conf->rtc_date, rdate); in aw_rtc_settime()