Searched refs:RTC_WRITE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_rtc.c | 93 #define RTC_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val)) macro 222 RTC_WRITE(sc, LOSC_CTRL_REG, val); in aw_rtc_attach() 341 RTC_WRITE(sc, sc->conf->rtc_time, 0); in aw_rtc_settime() 357 RTC_WRITE(sc, sc->conf->rtc_date, rdate); in aw_rtc_settime() 366 RTC_WRITE(sc, sc->conf->rtc_time, rtime); in aw_rtc_settime()
|