Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/aty/
Dmach64_ct.c293 pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl); in aty_set_pll_ct()
328 tmp |= pll->ct.pll_ext_cntl; in aty_set_pll_ct()
387 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() local
516 pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_init_pll_ct()
517 pll->ct.xclk_post_div_real = aty_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 …]
Datyfb.h91 u8 pll_ext_cntl; member