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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c341 u32 post_divider; local
347 post_divider = 1;
358 post_divider *= 2;
369 switch (post_divider) {
389 pll->ics2595.post_divider = post_divider;
497 /* u32 post_divider; */
555 pll->ics2595.post_divider = divider; /* fuer nix */
615 /* u32 post_divider; */
674 pll->ics2595.post_divider
[all...]
H A Dradeon_monitor.c190 rinfo->panel_info.post_divider = BIOS_IN8(tmp + 48);
197 RTRACE("post_divider = %x\n", rinfo->panel_info.post_divider);
661 rinfo->panel_info.post_divider = (ppll_divn >> 16) & 0x7;
667 (rinfo->panel_info.post_divider << 16),
H A Datyfb.h78 u32 post_divider; member in struct:pll_18818
H A Daty128fb.c389 u32 post_divider; member in struct:aty128_pll
1303 div3 |= post_conv[pll->post_divider] << 16;
1337 pll->post_divider = -1;
1343 pll->post_divider = post_dividers[i];
1348 if (pll->post_divider < 0)
1359 "vclk_per: %d\n", pll->post_divider,
H A Dradeonfb.h257 int post_divider; member in struct:panel_info
H A Dradeon_base.c1561 (rinfo->panel_info.post_divider << 16);

Completed in 66 milliseconds