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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtcreg.h73 #define RTC_CALR_MON_S 16 macro
74 #define RTC_CALR_MON(x) FROMBCD(((x) & RTC_CALR_MON_M) >> RTC_CALR_MON_S)
84 (TOBCD(mon) << RTC_CALR_MON_S) | \

Completed in 108 milliseconds