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

/openbsd-current/sys/dev/pci/drm/radeon/
H A Drv730_dpm.c125 u32 mpll_func_cntl_3 = pi->clk_regs.rv730.mpll_func_cntl3; local
156 mpll_func_cntl_3 &= ~MPLL_FB_DIV_MASK;
157 mpll_func_cntl_3 |= MPLL_FB_DIV(dividers.fb_div);
159 mpll_func_cntl_3 |= MPLL_DITHEN;
161 mpll_func_cntl_3 &= ~MPLL_DITHEN;
188 mclk->mclk730.vMPLL_FUNC_CNTL3 = cpu_to_be32(mpll_func_cntl_3);
232 u32 mpll_func_cntl_3 = 0; local
257 mpll_func_cntl_3 = pi->clk_regs.rv730.mpll_func_cntl3;
296 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL3 = cpu_to_be32(mpll_func_cntl_3);

Completed in 105 milliseconds