Searched refs:pll_ext_cntl (Results 1 – 2 of 2) sorted by relevance
295 pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl); in aty_set_pll_ct()330 tmp |= pll->ct.pll_ext_cntl; in aty_set_pll_ct()389 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; in aty_get_pll_ct()412 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_init_pll_ct()413 pll->ct.xclk_post_div = pll->ct.pll_ext_cntl & 0x07; in aty_init_pll_ct()429 if(pll->ct.pll_ext_cntl & PLL_MFB_TIMES_4_2B) { in aty_init_pll_ct()516 u8 mclk_fb_div, pll_ext_cntl; in aty_init_pll_ct() local518 pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_init_pll_ct()519 pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct()521 if (pll_ext_cntl & PLL_MFB_TIMES_4_2B) in aty_init_pll_ct()[all …]
91 u8 pll_ext_cntl; member