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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp624 static int hpetConfigRegRead32(HPET *pThis, uint32_t idxReg, uint32_t *pu32Value) function
860 rc = hpetConfigRegRead32(pThis, idxReg, (uint32_t *)pv);
895 rc = hpetConfigRegRead32(pThis, idxReg, &pValue->s.Lo);
897 rc = hpetConfigRegRead32(pThis, idxReg + 4, &pValue->s.Hi);

Completed in 63 milliseconds