Searched refs:div3 (Results 1 – 1 of 1) sorted by relevance
1103 u32 div3; in aty128_set_pll() local1120 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll()1121 div3 &= ~PPLL_FB3_DIV_MASK; in aty128_set_pll()1122 div3 |= pll->feedback_divider; in aty128_set_pll()1123 div3 &= ~PPLL_POST3_DIV_MASK; in aty128_set_pll()1124 div3 |= post_conv[pll->post_divider] << 16; in aty128_set_pll()1128 aty_st_pll(PPLL_DIV_3, div3); in aty128_set_pll()