Searched refs:RTCSB_24HR (Results 1 – 2 of 2) sorted by relevance
61 #define RTCSB_24HR 0x02U /* 0 = 12 hours, 1 = 24 hours */ macro
280 if ((rtc->reg_b & RTCSB_24HR) == 0) { in rtc_to_secs()290 if ((rtc->reg_b & RTCSB_24HR) == 0) { in rtc_to_secs()356 if (rtc->reg_b & RTCSB_24HR) { in secs_to_rtc()380 if (((rtc->reg_b & RTCSB_24HR) == 0) && (ct.hour >= 12)) { in secs_to_rtc()
Completed in 5 milliseconds