Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Drtc-test.c85 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 …]
/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h38 #define RTC_REG_B 11 macro
64 #define RTC_CONTROL RTC_REG_B
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc_regs.h45 #define RTC_REG_B 11 macro