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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp435 * @param iTimerNo The timer index.
441 static int hpetTimerRegRead32(HPET const *pThis, uint32_t iTimerNo, uint32_t iTimerReg, uint32_t *pu32Value) argument
445 if ( iTimerNo >= HPET_CAP_GET_TIMERS(pThis->u32Capabilities) /* The second check is only to satisfy Parfait; */
446 || iTimerNo >= RT_ELEMENTS(pThis->aTimers) ) /* in practice, the number of configured timers */
448 LogRelMax(10, ("HPET: using timer above configured range: %d\n", iTimerNo));
453 HPETTIMER const *pHpetTimer = &pThis->aTimers[iTimerNo];
459 Log(("read HPET_TN_CFG on %d: %#x\n", iTimerNo, u32Value));
464 Log(("read HPET_TN_CFG+4 on %d: %#x\n", iTimerNo, u32Value));
479 Log(("read HPET_TN_ROUTE on %d: %#x\n", iTimerNo, u32Value));
506 static int hpetTimerRegWrite32(HPET *pThis, uint32_t iTimerNo, uint32_ argument
[all...]

Completed in 44 milliseconds