| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_pm.c | 48 int *post_div) 54 *post_div = 8; 57 *post_div = 4; 60 *post_div = 2; 63 *post_div = 1; 74 req_clock /= *post_div; 84 int ref_div, fb_div, post_div; local 91 eng_clock = calc_eng_mem_clock(pScrn, eng_clock, ref_div, &fb_div, &post_div); 123 if ((eng_clock * post_div) >= 90000) 143 switch (post_div) { [all...] |
| legacy_crtc.c | 1204 } *post_div, post_divs[] = { local 1237 for (post_div = &post_divs[0]; post_div->divider; ++post_div) { 1238 if (post_div->divider == post_divider) 1242 if (!post_div->divider) { 1244 post_div = &post_divs[0]; 1250 save->post_div = post_divider; 1258 save->post_div); 1269 save->ppll_div_3 = (save->feedback_div | (post_div->bitvalue << 16)) 1295 } *post_div, post_divs[] = { local [all...] |
| radeon_crtc.c | 169 uint32_t post_div; local 190 min_post_div = max_post_div = pll->post_div; 197 for (post_div = min_post_div; post_div <= max_post_div; ++post_div) { 200 if ((flags & RADEON_PLL_NO_ODD_POST_DIV) && (post_div & 1)) 205 if ((post_div == 5) || 206 (post_div == 7) || 207 (post_div == 9) || 208 (post_div == 10) | 393 int fb_div = 0, fb_div_frac = 0, post_div = 0, ref_div = 0; local [all...] |
| atombios_crtc.c | 479 info->pll.post_div = args.v3.sOutput.ucPostDiv; 588 uint32_t ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; local 646 &fb_div, &frac_fb_div, &ref_div, &post_div, pll_flags); 655 (unsigned int)fb_div, (unsigned int)frac_fb_div, (unsigned int)post_div); 670 args.v2.ucPostDiv = post_div; 680 args.v3.ucPostDiv = post_div; 692 args.v5.ucPostDiv = post_div;
|
| radeon.h | 293 uint32_t post_div; member in struct:__anon6803
|
| radeon_probe.h | 385 uint32_t post_div; member in struct:avivo_pll_state 645 int post_div; member in struct:__anon6870
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_crtc.c | 359 } *post_div, local 380 for (post_div = &post_divs[0]; post_div->divider; ++post_div) { 381 save->pll_output_freq = post_div->divider * freq; 389 save->post_div = post_div->divider; 396 save->post_div)); 399 save->ppll_div_3 = (save->feedback_div | (post_div->bitvalue << 16)); 416 } *post_div, local [all...] |
| r128.h | 221 int post_div; member in struct:__anon167
|