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

/linux-4.4.14/drivers/video/fbdev/aty/
H A Dmach64_ct.c289 "pll_ext_cntl=0x%02x pll_gen_cntl=0x%02x pll_vclk_cntl=0x%02x\n", aty_set_pll_ct()
291 pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl); aty_set_pll_ct()
326 tmp |= pll->ct.pll_ext_cntl; aty_set_pll_ct()
385 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; aty_get_pll_ct()
408 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); aty_init_pll_ct()
409 pll->ct.xclk_post_div = pll->ct.pll_ext_cntl & 0x07; aty_init_pll_ct()
425 if(pll->ct.pll_ext_cntl & PLL_MFB_TIMES_4_2B) { aty_init_pll_ct()
512 u8 mclk_fb_div, pll_ext_cntl; aty_init_pll_ct() local
514 pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); aty_init_pll_ct()
515 pll->ct.xclk_post_div_real = postdividers[pll_ext_cntl & 0x07]; aty_init_pll_ct()
517 if (pll_ext_cntl & PLL_MFB_TIMES_4_2B) aty_init_pll_ct()
561 pll->ct.pll_ext_cntl = 0; aty_init_pll_ct()
563 pll->ct.pll_ext_cntl = xpost_div; aty_init_pll_ct()
566 pll->ct.pll_ext_cntl |= PLL_MFB_TIMES_4_2B; aty_init_pll_ct()
629 aty_st_pll_ct(PLL_EXT_CNTL, pll->ct.pll_ext_cntl, par); aty_resume_pll_ct()
H A Datyfb.h90 u8 pll_ext_cntl; member in struct:pll_ct

Completed in 128 milliseconds