Searched refs:u8IndexShift (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp608 GEN_CHECK_OFF(ACPIState, u8IndexShift);

Completed in 791 milliseconds