HomeSort by: relevance | last modified time | path
    Searched defs:mpll_func_cntl_2 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv730_dpm.c 131 u32 mpll_func_cntl_2 = pi->clk_regs.rv730.mpll_func_cntl2; local in function:rv730_populate_mclk_value
194 mclk->mclk730.vMPLL_FUNC_CNTL2 = cpu_to_be32(mpll_func_cntl_2);
238 u32 mpll_func_cntl_2 = 0 ; local in function:rv730_populate_smc_acpi_state
263 mpll_func_cntl_2 = pi->clk_regs.rv730.mpll_func_cntl2;
269 mpll_func_cntl_2 &= ~MCLK_MUX_SEL_MASK;
270 mpll_func_cntl_2 |= MCLK_MUX_SEL(1);
302 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL2 = cpu_to_be32(mpll_func_cntl_2);
si_dpm.h 104 u32 mpll_func_cntl_2; member in struct:si_clock_registers
ci_dpm.h 142 u32 mpll_func_cntl_2; member in struct:ci_clock_registers
radeon_ci_dpm.c 1898 pi->clock_registers.mpll_func_cntl_2 = RREG32(MPLL_FUNC_CNTL_2);
2807 u32 mpll_func_cntl_2 = pi->clock_registers.mpll_func_cntl_2; local in function:ci_calculate_mclk_params
2870 mclk->MpllFuncCntl_2 = mpll_func_cntl_2;
3089 cpu_to_be32(pi->clock_registers.mpll_func_cntl_2);
radeon_si_dpm.c 3588 si_pi->clock_registers.mpll_func_cntl_2 = RREG32(MPLL_FUNC_CNTL_2);
4393 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl_2);
4508 u32 mpll_func_cntl_2 = si_pi->clock_registers.mpll_func_cntl_2; local in function:si_populate_smc_acpi_state
4595 cpu_to_be32(mpll_func_cntl_2);
4891 u32 mpll_func_cntl_2 = si_pi->clock_registers.mpll_func_cntl_2; local in function:si_populate_mclk_value
4954 mclk->vMPLL_FUNC_CNTL_2 = cpu_to_be32(mpll_func_cntl_2);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 1041 uint32_t mpll_func_cntl_2 = data->clock_registers.vMPLL_FUNC_CNTL_2; local in function:ci_calculate_mclk_params
1111 mclk->MpllFuncCntl_2 = mpll_func_cntl_2;
amdgpu_iceland_smumgr.c 1065 uint32_t mpll_func_cntl_2 = data->clock_registers.vMPLL_FUNC_CNTL_2; local in function:iceland_calculate_mclk_params
1163 mclk->MpllFuncCntl_2 = mpll_func_cntl_2;
amdgpu_tonga_smumgr.c 808 uint32_t mpll_func_cntl_2 = data->clock_registers.vMPLL_FUNC_CNTL_2; local in function:tonga_calculate_mclk_params
914 mclk->MpllFuncCntl_2 = mpll_func_cntl_2;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 4049 si_pi->clock_registers.mpll_func_cntl_2 = RREG32(MPLL_FUNC_CNTL_2);
4859 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl_2);
4972 u32 mpll_func_cntl_2 = si_pi->clock_registers.mpll_func_cntl_2; local in function:si_populate_smc_acpi_state
5060 cpu_to_be32(mpll_func_cntl_2);
5355 u32 mpll_func_cntl_2 = si_pi->clock_registers.mpll_func_cntl_2; local in function:si_populate_mclk_value
5418 mclk->vMPLL_FUNC_CNTL_2 = cpu_to_be32(mpll_func_cntl_2);
si_dpm.h 920 u32 mpll_func_cntl_2; member in struct:si_clock_registers

Completed in 35 milliseconds