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

/linux-master/drivers/gpu/drm/radeon/
H A Drv730_dpm.c123 u32 mpll_func_cntl = pi->clk_regs.rv730.mpll_func_cntl; local
147 mpll_func_cntl |= MPLL_DIVEN;
149 mpll_func_cntl &= ~MPLL_DIVEN;
151 mpll_func_cntl &= ~(MPLL_REF_DIV_MASK | MPLL_HILEN_MASK | MPLL_LOLEN_MASK);
152 mpll_func_cntl |= MPLL_REF_DIV(dividers.ref_div);
153 mpll_func_cntl |= MPLL_HILEN((dividers.post_div >> 4) & 0xf);
154 mpll_func_cntl |= MPLL_LOLEN(dividers.post_div & 0xf);
186 mclk->mclk730.vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl);
214 pi->clk_regs.rv730.mpll_func_cntl
230 u32 mpll_func_cntl = 0; local
[all...]
H A Dsi_dpm.h95 u32 mpll_func_cntl; member in struct:si_clock_registers
H A Drv770_dpm.h53 u32 mpll_func_cntl; member in struct:rv730_clock_registers
H A Dci_dpm.h136 u32 mpll_func_cntl; member in struct:ci_clock_registers
H A Dci_dpm.c1848 pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
2755 u32 mpll_func_cntl = pi->clock_registers.mpll_func_cntl; local
2767 mpll_func_cntl &= ~BWCTRL_MASK;
2768 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl);
2818 mclk->MpllFuncCntl = mpll_func_cntl;
3035 cpu_to_be32(pi->clock_registers.mpll_func_cntl);
H A Dsi_dpm.c3518 si_pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
4321 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl);
4438 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local
4523 cpu_to_be32(mpll_func_cntl);
4823 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local
4835 mpll_func_cntl &= ~BWCTRL_MASK;
4836 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl);
4886 mclk->vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl);
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h519 u32 mpll_func_cntl; member in struct:rv730_clock_registers
923 u32 mpll_func_cntl; member in struct:si_clock_registers
H A Dsi_dpm.c4036 si_pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
4844 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl);
4984 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local
5070 cpu_to_be32(mpll_func_cntl);
5369 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local
5381 mpll_func_cntl &= ~BWCTRL_MASK;
5382 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl);
5432 mclk->vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl);
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1058 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local
1073 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL, mpll_param.bw_ctrl);
1156 mclk->MpllFuncCntl = mpll_func_cntl;
H A Dtonga_smumgr.c801 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local
818 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL,
907 mclk->MpllFuncCntl = mpll_func_cntl;
H A Dci_smumgr.c1036 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local
1050 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL, mpll_param.bw_ctrl);
1106 mclk->MpllFuncCntl = mpll_func_cntl;

Completed in 254 milliseconds