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

/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dpll.cpp340 uint32 targetClock = pll->adjustedClock; local
357 tmp *= targetClock;
385 retroEncabulator *= targetClock;
402 || targetClock == 0) {
408 TRACE("%s: targetClock %" B_PRIu32 "\n",
409 __func__, targetClock);
414 tmp = (tmp * 1000) / targetClock;

Completed in 83 milliseconds