Searched defs:mpll_ad_func_cntl (Results 1 - 10 of 10) sorted by relevance

/drivers/gpu/drm/radeon/
H A Drv740_dpm.c192 u32 mpll_ad_func_cntl = pi->clk_regs.rv770.mpll_ad_func_cntl; local
212 mpll_ad_func_cntl &= ~(CLKR_MASK |
217 mpll_ad_func_cntl |= CLKR(dividers.ref_div);
218 mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
219 mpll_ad_func_cntl |= CLKF(dividers.whole_fb_div);
220 mpll_ad_func_cntl |= CLKFRAC(dividers.frac_fb_div);
221 mpll_ad_func_cntl |= IBIAS(ibias);
273 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
300 pi->clk_regs.rv770.mpll_ad_func_cntl
319 u32 mpll_ad_func_cntl = pi->clk_regs.rv770.mpll_ad_func_cntl; local
[all...]
H A Dcypress_dpm.c480 u32 mpll_ad_func_cntl = local
481 pi->clk_regs.rv770.mpll_ad_func_cntl;
514 mpll_ad_func_cntl &= ~(CLKR_MASK |
519 mpll_ad_func_cntl |= CLKR(dividers.ref_div);
520 mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
521 mpll_ad_func_cntl |= CLKF(dividers.whole_fb_div);
522 mpll_ad_func_cntl |= CLKFRAC(dividers.frac_fb_div);
523 mpll_ad_func_cntl |= IBIAS(ibias);
598 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
1244 cpu_to_be32(pi->clk_regs.rv770.mpll_ad_func_cntl);
1335 u32 mpll_ad_func_cntl = local
[all...]
H A Drv770_dpm.h34 u32 mpll_ad_func_cntl; member in struct:rv770_clock_registers
H A Dsi_dpm.h98 u32 mpll_ad_func_cntl; member in struct:si_clock_registers
H A Dci_dpm.h133 u32 mpll_ad_func_cntl; member in struct:ci_clock_registers
H A Dni_dpm.h39 u32 mpll_ad_func_cntl; member in struct:ni_clock_registers
H A Dni_dpm.c1189 ni_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
1693 cpu_to_be32(ni_pi->clock_registers.mpll_ad_func_cntl);
1798 u32 mpll_ad_func_cntl = ni_pi->clock_registers.mpll_ad_func_cntl; local
1866 mpll_ad_func_cntl &= ~PDNB;
1905 table->ACPIState.levels[0].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 Drv770_dpm.c390 u32 mpll_ad_func_cntl = local
391 pi->clk_regs.rv770.mpll_ad_func_cntl;
426 mpll_ad_func_cntl &= ~(CLKR_MASK |
431 mpll_ad_func_cntl |= CLKR(encoded_reference_dividers[dividers.ref_div - 1]);
432 mpll_ad_func_cntl |= YCLK_POST_DIV(postdiv_yclk);
433 mpll_ad_func_cntl |= CLKF(clkf);
434 mpll_ad_func_cntl |= CLKFRAC(clkfrac);
435 mpll_ad_func_cntl |= IBIAS(ibias);
472 mclk->mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
918 u32 mpll_ad_func_cntl local
[all...]
H A Dci_dpm.c1438 pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
2318 u32 mpll_ad_func_cntl = pi->clock_registers.mpll_ad_func_cntl; local
2339 mpll_ad_func_cntl &= ~YCLK_POST_DIV_MASK;
2340 mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
2386 mclk->MpllAdFuncCntl = mpll_ad_func_cntl;
2597 cpu_to_be32(pi->clock_registers.mpll_ad_func_cntl);
H A Dsi_dpm.c3459 si_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL);
4261 cpu_to_be32(si_pi->clock_registers.mpll_ad_func_cntl);
4380 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
4463 cpu_to_be32(mpll_ad_func_cntl);
4763 u32 mpll_ad_func_cntl = si_pi->clock_registers.mpll_ad_func_cntl; local
4784 mpll_ad_func_cntl &= ~YCLK_POST_DIV_MASK;
4785 mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
4831 mclk->vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
[all...]

Completed in 127 milliseconds