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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtcreg.h67 #define RTC_CALR_CEN_S 0 macro
68 #define RTC_CALR_CEN(x) FROMBCD(((x) & RTC_CALR_CEN_M) >> RTC_CALR_CEN_S)
82 ((TOBCD((yr) / 100) << RTC_CALR_CEN_S) | \

Completed in 56 milliseconds