Searched defs:iOldValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp726 uint32_t const iOldValue = (uint32_t)(pThis->u64HpetConfig); local
727 Log(("write HPET_CFG: %x (old %x)\n", u32NewValue, iOldValue));
733 if ( ((iOldValue ^ u32NewValue) & HPET_CFG_LEGACY)
748 pThis->u64HpetConfig = hpetUpdateMasked(u32NewValue, iOldValue, HPET_CFG_WRITE_MASK);
751 if (hpetBitJustSet(iOldValue, u32NewValue, HPET_CFG_ENABLE))
761 else if (hpetBitJustCleared(iOldValue, u32NewValue, HPET_CFG_ENABLE))

Completed in 47 milliseconds