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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtcreg.h68 #define RTC_CALR_CEN(x) FROMBCD(((x) & RTC_CALR_CEN_M) >> RTC_CALR_CEN_S) macro
H A Dat91_rtc.c178 if (RTC_CALR_CEN(RD4(sc, RTC_CALR)) == 19)
286 ct.year = RTC_CALR_CEN(calr) * 100 + RTC_CALR_YEAR(calr);

Completed in 126 milliseconds