Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/aty/
Dmach64_ct.c32 static void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par) in aty_st_pll_ct() function
315 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl, par); in aty_set_pll_ct()
322 aty_st_pll_ct(VCLK_POST_DIV, tmp, par); in aty_set_pll_ct()
329 aty_st_pll_ct(PLL_EXT_CNTL, tmp, par); in aty_set_pll_ct()
333 aty_st_pll_ct(tmp, (pll->ct.vclk_fb_div & 0xFFU), par); in aty_set_pll_ct()
335aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) | OSC_EN, pa… in aty_set_pll_ct()
338 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl & ~(PLL_VCLK_RST), par); in aty_set_pll_ct()
341 aty_st_pll_ct(PLL_GEN_CNTL, pll->ct.pll_gen_cntl, par); in aty_set_pll_ct()
342 aty_st_pll_ct(PLL_VCLK_CNTL, pll->ct.pll_vclk_cntl, par); in aty_set_pll_ct()
358 aty_st_pll_ct(DLL_CNTL, dll_cntl, par); in aty_set_pll_ct()
[all …]