Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/aty/
Dmach64_ct.c23 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) in aty_ld_pll_ct() function
319 tmp = aty_ld_pll_ct(VCLK_POST_DIV, par); in aty_set_pll_ct()
325 tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_set_pll_ct()
385 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U; in aty_get_pll_ct()
387 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; in aty_get_pll_ct()
388 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU; in aty_get_pll_ct()
389 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_get_pll_ct()
390 pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par); in aty_get_pll_ct()
392 pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par); in aty_get_pll_ct()
393 pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNTL, par); in aty_get_pll_ct()
[all …]
Datyfb.h332 extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
Datyfb_base.c1498 pr_cont("%02X", aty_ld_pll_ct(i, par)); in atyfb_set_par()
2475 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_init()
2615 pr_cont(" %02x", aty_ld_pll_ct(i, par)); in aty_init()
3096 pll_regs[i] = aty_ld_pll_ct(i, par); in atyfb_setup_sparc()