Searched refs:RTCSB_24HR (Results 1 – 2 of 2) sorted by relevance
364 if (rtc->reg_b & RTCSB_24HR) { in vrtc_time_to_cmos()388 if ((rtc->reg_b & RTCSB_24HR) == 0 && ct.hour >= 12) { in vrtc_time_to_cmos()427 if ((rtc->reg_b & RTCSB_24HR) == 0) { in rtc_parse_hour()435 if ((rtc->reg_b & RTCSB_24HR) == 0) { in rtc_parse_hour()1264 rtc->reg_b = RTCSB_24HR; in vrtc_init()
74 #define RTCSB_24HR 0x02 /* 0 = 12 hours, 1 = 24 hours */ macro