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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp251 uint8_t u8IndexShift; member in struct:ACPIState
1060 u32 >>= pThis->u8IndexShift;
1061 /* see comment at the declaration of u8IndexShift */
1062 if (pThis->u8IndexShift == 0 && u32 == (BAT_DEVICE_STATUS << 2))
1064 pThis->u8IndexShift = 2;
1145 /* see comment at the declaration of u8IndexShift */
1146 if (u32 > SYSTEM_INFO_INDEX_END && pThis->u8IndexShift == 0)
1149 pThis->u8IndexShift = 2;
1152 u32 >>= pThis->u8IndexShift;
1355 pThis->u8IndexShift
[all...]

Completed in 39 milliseconds