Searched refs:mpll_ad_func_cntl (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Drv740_dpm.c190 u32 mpll_ad_func_cntl = pi->clk_regs.rv770.mpll_ad_func_cntl; local
210 mpll_ad_func_cntl &= ~(CLKR_MASK |
215 mpll_ad_func_cntl |= CLKR(dividers.ref_div);
216 mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
217 mpll_ad_func_cntl |= CLKF(dividers.whole_fb_div);
218 mpll_ad_func_cntl |= CLKFRAC(dividers.frac_fb_div);
219 mpll_ad_func_cntl |= IBIAS(ibias);
275 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
302 pi->clk_regs.rv770.mpll_ad_func_cntl
321 u32 mpll_ad_func_cntl = pi->clk_regs.rv770.mpll_ad_func_cntl; local
[all...]
H A Dsi_dpm.h93 u32 mpll_ad_func_cntl; member in struct:si_clock_registers
H A Dcypress_dpm.c479 u32 mpll_ad_func_cntl = local
480 pi->clk_regs.rv770.mpll_ad_func_cntl;
513 mpll_ad_func_cntl &= ~(CLKR_MASK |
518 mpll_ad_func_cntl |= CLKR(dividers.ref_div);
519 mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
520 mpll_ad_func_cntl |= CLKF(dividers.whole_fb_div);
521 mpll_ad_func_cntl |= CLKFRAC(dividers.frac_fb_div);
522 mpll_ad_func_cntl |= IBIAS(ibias);
601 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
1247 cpu_to_be32(pi->clk_regs.rv770.mpll_ad_func_cntl);
1338 u32 mpll_ad_func_cntl = local
[all...]
H A Drv770_dpm.c393 u32 mpll_ad_func_cntl = local
394 pi->clk_regs.rv770.mpll_ad_func_cntl;
429 mpll_ad_func_cntl &= ~(CLKR_MASK |
434 mpll_ad_func_cntl |= CLKR(encoded_reference_dividers[dividers.ref_div - 1]);
435 mpll_ad_func_cntl |= YCLK_POST_DIV(postdiv_yclk);
436 mpll_ad_func_cntl |= CLKF(clkf);
437 mpll_ad_func_cntl |= CLKFRAC(clkfrac);
438 mpll_ad_func_cntl |= IBIAS(ibias);
475 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
921 u32 mpll_ad_func_cntl local
[all...]
H A Drv770_dpm.h35 u32 mpll_ad_func_cntl; member in struct:rv770_clock_registers
H A Dni_dpm.h39 u32 mpll_ad_func_cntl; member in struct:ni_clock_registers
H A Dci_dpm.h134 u32 mpll_ad_func_cntl; member in struct:ci_clock_registers
H A Dni_dpm.c1189 ni_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
1691 cpu_to_be32(ni_pi->clock_registers.mpll_ad_func_cntl);
1796 u32 mpll_ad_func_cntl = ni_pi->clock_registers.mpll_ad_func_cntl; local
1864 mpll_ad_func_cntl &= ~PDNB;
1903 table->ACPIState.level.mclk.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
2169 u32 mpll_ad_func_cntl = ni_pi->clock_registers.mpll_ad_func_cntl; local
2197 mpll_ad_func_cntl &= ~(CLKR_MASK |
2202 mpll_ad_func_cntl |
[all...]
H A Dci_dpm.c1846 pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
2753 u32 mpll_ad_func_cntl = pi->clock_registers.mpll_ad_func_cntl; local
2774 mpll_ad_func_cntl &= ~YCLK_POST_DIV_MASK;
2775 mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
2821 mclk->MpllAdFuncCntl = mpll_ad_func_cntl;
3031 cpu_to_be32(pi->clock_registers.mpll_ad_func_cntl);
H A Dsi_dpm.c3516 si_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
4317 cpu_to_be32(si_pi->clock_registers.mpll_ad_func_cntl);
4436 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
4519 cpu_to_be32(mpll_ad_func_cntl);
4821 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
4842 mpll_ad_func_cntl &= ~YCLK_POST_DIV_MASK;
4843 mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
4889 mclk->vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h357 u32 mpll_ad_func_cntl; member in struct:ni_clock_registers
501 u32 mpll_ad_func_cntl; member in struct:rv770_clock_registers
921 u32 mpll_ad_func_cntl; member in struct:si_clock_registers
H A Dsi_dpm.c4034 si_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
4840 cpu_to_be32(si_pi->clock_registers.mpll_ad_func_cntl);
4982 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
5066 cpu_to_be32(mpll_ad_func_cntl);
5367 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
5388 mpll_ad_func_cntl &= ~YCLK_POST_DIV_MASK;
5389 mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
5435 mclk->vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1056 uint32_t mpll_ad_func_cntl = data->clock_registers.vMPLL_AD_FUNC_CNTL; local
1084 mpll_ad_func_cntl = PHM_SET_FIELD(mpll_ad_func_cntl,
1159 mclk->MpllAdFuncCntl = mpll_ad_func_cntl;
H A Dtonga_smumgr.c799 uint32_t mpll_ad_func_cntl = data->clock_registers.vMPLL_AD_FUNC_CNTL; local
833 mpll_ad_func_cntl = PHM_SET_FIELD(mpll_ad_func_cntl,
910 mclk->MpllAdFuncCntl = mpll_ad_func_cntl;
H A Dci_smumgr.c1034 uint32_t mpll_ad_func_cntl = data->clock_registers.vMPLL_AD_FUNC_CNTL; local
1059 mpll_ad_func_cntl = PHM_SET_FIELD(mpll_ad_func_cntl,
1109 mclk->MpllAdFuncCntl = mpll_ad_func_cntl;

Completed in 235 milliseconds