Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_rtc.c96 #define RTC_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val)) macro
224 RTC_WRITE(sc, LOSC_CTRL_REG, val); in aw_rtc_attach()
338 RTC_WRITE(sc, sc->conf->rtc_time, 0); in aw_rtc_settime()
354 RTC_WRITE(sc, sc->conf->rtc_date, rdate); in aw_rtc_settime()
363 RTC_WRITE(sc, sc->conf->rtc_time, rtime); in aw_rtc_settime()