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

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp29 int postDiv; local
43 postDiv = 1;
46 postDiv = 1;
49 postDiv = 2;
52 postDiv = 3;
56 postDiv = 4;
59 postDiv = 6;
63 postDiv = 8;
66 postDiv = 12;
71 postDiv
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dpll.h62 uint32 postDiv; member in struct:pll_info
H A Dpll.cpp59 * (3) divided by the (integer) post divider (pll_info::postDiv).
66 * referenceDiv * postDiv
383 pll->postDiv = postDivider;
384 TRACE("%s: postDiv = %" B_PRIu32 "\n", __func__, postDivider);
414 const uint32 numerator = pll->postDiv * pll->referenceDiv
443 uint32 retroEncabulator = pll->postDiv * pll->referenceDiv;
461 || pll->postDiv == 0
466 TRACE("%s: postDiv %" B_PRIu32 "\n",
467 __func__, pll->postDiv);
473 / (pll->postDiv * pl
[all...]

Completed in 94 milliseconds