Searched refs:REG_C_PF (Results 1 – 3 of 3) sorted by relevance
65 #define REG_C_PF 0x40 macro
233 s->cmos_data[RTC_REG_C] |= REG_C_PF; in rtc_periodic_timer()716 s->cmos_data[RTC_REG_C] |= REG_C_IRQF | REG_C_PF; in cmos_ioport_read()983 s->cmos_data[RTC_REG_C] &= ~(REG_C_UF | REG_C_IRQF | REG_C_PF | REG_C_AF); in rtc_reset_enter()
652 g_assert((cmos_read(RTC_REG_C) & REG_C_PF) != 0); in wait_periodic_interrupt()