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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c1282 u32 div3; local
1299 div3 = aty_ld_pll(PPLL_DIV_3);
1300 div3 &= ~PPLL_FB3_DIV_MASK;
1301 div3 |= pll->feedback_divider;
1302 div3 &= ~PPLL_POST3_DIV_MASK;
1303 div3 |= post_conv[pll->post_divider] << 16;
1307 aty_st_pll(PPLL_DIV_3, div3);

Completed in 33 milliseconds