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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c211 q = par->ref_clk_per * pll->pll_ref_div * 4 / vclk_per;
224 (par->ref_clk_per * pll->pll_ref_div);
263 ret = par->ref_clk_per * pll->ct.pll_ref_div * pll->ct.vclk_post_div_real / pll->ct.vclk_fb_div / 2;
292 pll->ct.pll_ref_div, pll->ct.vclk_post_div, pll->ct.vclk_post_div_real);
384 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
498 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
508 pll->ct.pll_ref_div = par->pll_per * 2 * 255 / par->ref_clk_per;
510 q = par->ref_clk_per * pll->ct.pll_ref_div * 8 /
526 (par->ref_clk_per * pll->ct.pll_ref_div);
553 q = par->ref_clk_per * pll->ct.pll_ref_div *
[all...]
H A Datyfb.h82 u8 pll_ref_div; member in struct:pll_ct
H A Datyfb_base.c1694 u8 pll_ref_div; member in struct:atyclk
1756 clk.pll_ref_div = pll->ct.pll_ref_div;
1781 pll->ct.pll_ref_div = clk.pll_ref_div;
2364 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); local
2366 if (pll_ref_div) {
2368 diff1 = 510 * 14 / pll_ref_div - par->pll_limits.pll_max;
2369 diff2 = 510 * 29 / pll_ref_div - par->pll_limits.pll_max;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dw100fb.c1165 w100_pwr_state.pll_ref_fb_div.f.pll_ref_div = pll->M;
1236 w100_pwr_state.pll_ref_fb_div.f.pll_ref_div = 0x0; /* M = 1 */
H A Dw100fb.h665 u32 pll_ref_div : 4; member in struct:pll_ref_fb_div_t

Completed in 102 milliseconds