Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/aty/
Dmach64_ct.c34 static void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par) in aty_st_pll_ct() function
314 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl, par); in aty_set_pll_ct()
321 aty_st_pll_ct(VCLK_POST_DIV, tmp, par); in aty_set_pll_ct()
328 aty_st_pll_ct(PLL_EXT_CNTL, tmp, par); in aty_set_pll_ct()
332 aty_st_pll_ct(tmp, (pll->ct.vclk_fb_div & 0xFFU), par); in aty_set_pll_ct()
334aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) | OSC_EN, pa… in aty_set_pll_ct()
337 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl & ~(PLL_VCLK_RST), par); in aty_set_pll_ct()
340 aty_st_pll_ct(PLL_GEN_CNTL, pll->ct.pll_gen_cntl, par); in aty_set_pll_ct()
341 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl, par); in aty_set_pll_ct()
357 aty_st_pll_ct(DLL_CNTL, dll_cntl, par); in aty_set_pll_ct()
[all …]