HomeSort by: relevance | last modified time | path
    Searched refs:MPLL_FUNC_CNTL (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h 737 #define MPLL_FUNC_CNTL 0x2bb4
sid.h 614 #define MPLL_FUNC_CNTL 0x2bb4
radeon_ci_dpm.c 1896 pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
2805 u32 mpll_func_cntl = pi->clock_registers.mpll_func_cntl; local in function:ci_calculate_mclk_params
2817 mpll_func_cntl &= ~BWCTRL_MASK;
2818 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl);
2868 mclk->MpllFuncCntl = mpll_func_cntl;
3085 cpu_to_be32(pi->clock_registers.mpll_func_cntl);
radeon_si_dpm.c 3586 si_pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
4389 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl);
4506 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local in function:si_populate_smc_acpi_state
4591 cpu_to_be32(mpll_func_cntl);
4889 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local in function:si_populate_mclk_value
4901 mpll_func_cntl &= ~BWCTRL_MASK;
4902 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 616 #define MPLL_FUNC_CNTL 0xAED
amdgpu_si_dpm.c 4047 si_pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL);
4855 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl);
4970 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local in function:si_populate_smc_acpi_state
5056 cpu_to_be32(mpll_func_cntl);
5353 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; local in function:si_populate_mclk_value
5365 mpll_func_cntl &= ~BWCTRL_MASK;
5366 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c 1063 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local in function:iceland_calculate_mclk_params
1077 /* MPLL_FUNC_CNTL setup*/
1078 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL, mpll_param.bw_ctrl);
1161 mclk->MpllFuncCntl = mpll_func_cntl;
amdgpu_ci_smumgr.c 1039 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local in function:ci_calculate_mclk_params
1053 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL, mpll_param.bw_ctrl);
1109 mclk->MpllFuncCntl = mpll_func_cntl;
amdgpu_tonga_smumgr.c 806 uint32_t mpll_func_cntl = data->clock_registers.vMPLL_FUNC_CNTL; local in function:tonga_calculate_mclk_params
822 /* MPLL_FUNC_CNTL setup*/
823 mpll_func_cntl = PHM_SET_FIELD(mpll_func_cntl, MPLL_FUNC_CNTL, BWCTRL,
912 mclk->MpllFuncCntl = mpll_func_cntl;

Completed in 42 milliseconds