Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv730_dpm.c128 u32 mpll_func_cntl_3 = pi->clk_regs.rv730.mpll_func_cntl3; in rv730_populate_mclk_value() local
159 mpll_func_cntl_3 &= ~MPLL_FB_DIV_MASK; in rv730_populate_mclk_value()
160 mpll_func_cntl_3 |= MPLL_FB_DIV(dividers.fb_div); in rv730_populate_mclk_value()
162 mpll_func_cntl_3 |= MPLL_DITHEN; in rv730_populate_mclk_value()
164 mpll_func_cntl_3 &= ~MPLL_DITHEN; in rv730_populate_mclk_value()
191 mclk->mclk730.vMPLL_FUNC_CNTL3 = cpu_to_be32(mpll_func_cntl_3); in rv730_populate_mclk_value()
235 u32 mpll_func_cntl_3 = 0; in rv730_populate_smc_acpi_state() local
260 mpll_func_cntl_3 = pi->clk_regs.rv730.mpll_func_cntl3; in rv730_populate_smc_acpi_state()
299 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL3 = cpu_to_be32(mpll_func_cntl_3); in rv730_populate_smc_acpi_state()