Searched refs:RTC_CALR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtc.c178 if (RTC_CALR_CEN(RD4(sc, RTC_CALR)) == 19)
179 WR4(sc, RTC_CALR, 0);
277 calr = RD4(sc, RTC_CALR);
279 calr2 = RD4(sc, RTC_CALR);
328 WR4(sc, RTC_CALR, RTC_CALR_MK(ct.year, ct.mon, ct.day, ct.dow+1));
H A Dat91_rtcreg.h35 #define RTC_CALR 0x0c /* RTC Calendar Register */ macro

Completed in 102 milliseconds