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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Daty128fb.c1103 u32 div3; local
1120 div3 = aty_ld_pll(PPLL_DIV_3);
1121 div3 &= ~PPLL_FB3_DIV_MASK;
1122 div3 |= pll->feedback_divider;
1123 div3 &= ~PPLL_POST3_DIV_MASK;
1124 div3 |= post_conv[pll->post_divider] << 16;
1128 aty_st_pll(PPLL_DIV_3, div3);

Completed in 38 milliseconds