Home
last modified time | relevance | path

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

/trueos/sys/arm/at91/
HDat91_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) | \