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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp272 bool fIch9; member in struct:HPET
1259 if (pThis->fIch9)
1286 if (pThis->fIch9) /* NUM_TIM_CAP - Number of timers -1. */
1294 pThis->u32Period = pThis->fIch9 ? HPET_CLK_PERIOD_ICH9 : HPET_CLK_PERIOD_PIIX;
1350 rc = CFGMR3QueryBoolDef(pCfg, "ICH9", &pThis->fIch9, false);

Completed in 46 milliseconds