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

/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.h96 u32 mpll_func_cntl_1; member in struct:si_clock_registers
H A Dci_dpm.h137 u32 mpll_func_cntl_1; member in struct:ci_clock_registers
H A Dci_dpm.c1849 pi->clock_registers.mpll_func_cntl_1 = RREG32(MPLL_FUNC_CNTL_1);
2756 u32 mpll_func_cntl_1 = pi->clock_registers.mpll_func_cntl_1; local
2770 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK);
2771 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) |
2819 mclk->MpllFuncCntl_1 = mpll_func_cntl_1;
3037 cpu_to_be32(pi->clock_registers.mpll_func_cntl_1);
H A Dsi_dpm.c3519 si_pi->clock_registers.mpll_func_cntl_1 = RREG32(MPLL_FUNC_CNTL_1);
4323 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl_1);
4439 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; local
4525 cpu_to_be32(mpll_func_cntl_1);
4824 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; local
4838 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK);
4839 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) |
4887 mclk->vMPLL_FUNC_CNTL_1 = cpu_to_be32(mpll_func_cntl_1);
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1059 uint32_t mpll_func_cntl_1 = data->clock_registers.vMPLL_FUNC_CNTL_1; local
1076 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1078 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1080 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1157 mclk->MpllFuncCntl_1 = mpll_func_cntl_1;
H A Dtonga_smumgr.c802 uint32_t mpll_func_cntl_1 = data->clock_registers.vMPLL_FUNC_CNTL_1; local
822 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
825 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
828 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
908 mclk->MpllFuncCntl_1 = mpll_func_cntl_1;
H A Dci_smumgr.c1037 uint32_t mpll_func_cntl_1 = data->clock_registers.vMPLL_FUNC_CNTL_1; local
1052 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1054 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1056 mpll_func_cntl_1 = PHM_SET_FIELD(mpll_func_cntl_1,
1107 mclk->MpllFuncCntl_1 = mpll_func_cntl_1;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h924 u32 mpll_func_cntl_1; member in struct:si_clock_registers
H A Dsi_dpm.c4037 si_pi->clock_registers.mpll_func_cntl_1 = RREG32(MPLL_FUNC_CNTL_1);
4846 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl_1);
4985 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; local
5072 cpu_to_be32(mpll_func_cntl_1);
5370 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; local
5384 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK);
5385 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) |
5433 mclk->vMPLL_FUNC_CNTL_1 = cpu_to_be32(mpll_func_cntl_1);
[all...]

Completed in 288 milliseconds