Searched refs:apicUpdatePm1a (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp683 static void apicUpdatePm1a(ACPIState *pThis, uint32_t sts, uint32_t en) function
693 Log(("apicUpdatePm1a() old=%x new=%x\n", old_level, new_level));
789 apicUpdatePm1a(pThis, pThis->pm1a_sts | PWRBTN_STS, pThis->pm1a_en);
849 apicUpdatePm1a(pThis, pThis->pm1a_sts | SLPBTN_STS, pThis->pm1a_en);
913 apicUpdatePm1a(pThis, pThis->pm1a_sts | TMR_STS, pThis->pm1a_en);
1416 apicUpdatePm1a(pThis, pThis->pm1a_sts, u32);
1459 apicUpdatePm1a(pThis, u32, pThis->pm1a_en);

Completed in 52 milliseconds