Searched refs:overflow_time (Results 1 – 5 of 5) sorted by relevance
388 if (d >= muldiv64(ar->tmr.overflow_time, in acpi_pm1_evt_get_sts()484 expire_time = muldiv64(ar->tmr.overflow_time, NANOSECONDS_PER_SECOND, in acpi_pm_tmr_update()501 ar->tmr.overflow_time = (d + 0x800000LL) & ~0x7fffffLL; in acpi_pm_tmr_calc_overflow_time()550 ar->tmr.overflow_time = 0; in acpi_pm_tmr_reset()
253 VMSTATE_INT64(acpi_regs.tmr.overflow_time, ICH9LPCPMRegs),
259 VMSTATE_INT64(ar.tmr.overflow_time, PIIX4PMState),
117 int64_t overflow_time; member
95 VMSTATE_INT64(ar.tmr.overflow_time, ViaPMState),