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

/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp192 uint32_t u32GivenValue; local
196 u32GivenValue = *(uint8_t const *)pvValue;
200 u32GivenValue = *(uint16_t const *)pvValue;
204 u32GivenValue = RT_MAKE_U32_FROM_U8(((uint8_t const *)pvValue)[0], ((uint8_t const *)pvValue)[1],
209 u32GivenValue = *(uint32_t const *)pvValue;
217 u32GivenValue <<= offAccess * 8;
222 | (u32GivenValue & u32GivenMask);

Completed in 58 milliseconds