Searched refs:RTC_REG_B (Results 1 – 3 of 3) sorted by relevance
85 if ((cmos_read(RTC_REG_B) & REG_B_DM) == 0) { in cmos_get_date_time()183 cmos_write(RTC_REG_B, REG_B_24H); in set_year_20xx()235 cmos_write(RTC_REG_B, REG_B_24H); in set_year_1980()258 cmos_write(RTC_REG_B, REG_B_24H); in bcd_check_time()265 cmos_write(RTC_REG_B, REG_B_24H | REG_B_DM); in dec_check_time()279 cmos_write(RTC_REG_B, REG_B_24H | REG_B_DM); in alarm_time()288 cmos_write(RTC_REG_B, cmos_read(RTC_REG_B) | REG_B_AIE); in alarm_time()312 cmos_write(RTC_REG_B, mode); in set_time()342 cmos_write(RTC_REG_B, mode); in set_datetime()485 cmos_write(RTC_REG_B, 0); in am_pm_alarm()[all …]
38 #define RTC_REG_B 11 macro64 #define RTC_CONTROL RTC_REG_B
45 #define RTC_REG_B 11 macro