Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h39 #define RTC_REG_C 12 macro
75 #define RTC_INTR_FLAGS RTC_REG_C
/openbmc/qemu/tests/qtest/
H A Drtc-test.c282 cmos_read(RTC_REG_C); in alarm_time()
299 g_assert((cmos_read(RTC_REG_C) & REG_C_AF) != 0); in alarm_time()
300 g_assert(cmos_read(RTC_REG_C) == 0); in alarm_time()
493 cmos_read(RTC_REG_C); in am_pm_alarm()
499 g_assert((cmos_read(RTC_REG_C) & REG_C_AF) != 0); in am_pm_alarm()
520 cmos_read(RTC_REG_C); in am_pm_alarm()
526 g_assert((cmos_read(RTC_REG_C) & REG_C_AF) != 0); in am_pm_alarm()
534 cmos_read(RTC_REG_C); in am_pm_alarm()
540 g_assert((cmos_read(RTC_REG_C) & REG_C_AF) == 0); in am_pm_alarm()
621 (void)cmos_read(RTC_REG_C); in uip_stuck()
[all …]
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc_regs.h46 #define RTC_REG_C 12 macro