Home
last modified time | relevance | path

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

/src/sys/arm/allwinner/
H A Daw_rtc.c93 #define RTC_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val)) macro
223 RTC_WRITE(sc, LOSC_CTRL_REG, val); in aw_rtc_attach()
348 RTC_WRITE(sc, sc->conf->rtc_time, 0); in aw_rtc_settime()
364 RTC_WRITE(sc, sc->conf->rtc_date, rdate); in aw_rtc_settime()
373 RTC_WRITE(sc, sc->conf->rtc_time, rtime); in aw_rtc_settime()