Searched refs:aty_ld_pll_ct (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 23 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) in aty_ld_pll_ct() function 318 tmp = aty_ld_pll_ct(VCLK_POST_DIV, par); in aty_set_pll_ct() 324 tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_set_pll_ct() 384 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U; in aty_get_pll_ct() 386 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; in aty_get_pll_ct() 387 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU; in aty_get_pll_ct() 388 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_get_pll_ct() 389 pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par); in aty_get_pll_ct() 391 pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par); in aty_get_pll_ct() 392 pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNT in aty_get_pll_ct() [all...] |
H A D | atyfb.h | 335 extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
|
H A D | atyfb_base.c | 1489 pr_cont("%02X", aty_ld_pll_ct(i, par)); in atyfb_set_par() 2465 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_init() 2605 pr_cont(" %02x", aty_ld_pll_ct(i, par)); in aty_init() 3090 pll_regs[i] = aty_ld_pll_ct(i, par); in atyfb_setup_sparc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 23 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_CNT in aty_get_pll_ct() [all...] |
H A D | atyfb.h | 334 extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
|
H A D | atyfb_base.c | 1499 pr_cont("%02X", aty_ld_pll_ct(i, par)); in atyfb_set_par() 2470 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_init() 2610 pr_cont(" %02x", aty_ld_pll_ct(i, par)); in aty_init() 3091 pll_regs[i] = aty_ld_pll_ct(i, par); in atyfb_setup_sparc()
|
Completed in 13 milliseconds