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

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp435 uint32_t period2; local
470 period2 = ((pChan->count + 1) >> 1);
471 if ((d - base) < period2)
472 next_time = base + period2;

Completed in 46 milliseconds