Searched refs:pll_ext_cntl (Results 1 – 2 of 2) sorted by relevance
291 pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl); in aty_set_pll_ct()326 tmp |= pll->ct.pll_ext_cntl; in aty_set_pll_ct()386 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; in aty_get_pll_ct()410 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_init_pll_ct()411 pll->ct.xclk_post_div = pll->ct.pll_ext_cntl & 0x07; in aty_init_pll_ct()427 if(pll->ct.pll_ext_cntl & PLL_MFB_TIMES_4_2B) { in aty_init_pll_ct()514 u8 mclk_fb_div, pll_ext_cntl; in aty_init_pll_ct() local516 pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_init_pll_ct()517 pll->ct.xclk_post_div_real = postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct()519 if (pll_ext_cntl & PLL_MFB_TIMES_4_2B) in aty_init_pll_ct()[all …]
90 u8 pll_ext_cntl; member