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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp651 DECLINLINE(uint32_t) pm1a_pure_en(uint32_t en) function
663 return (pm1a_pure_en(pThis->pm1a_en) & pm1a_pure_sts(pThis->pm1a_sts)) != 0;
691 int const new_level = (pm1a_pure_en(en) & pm1a_pure_sts(sts)) != 0;

Completed in 54 milliseconds