/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rv730_dpm.c | 130 u32 mpll_func_cntl = pi->clk_regs.rv730.mpll_func_cntl; local in function:rv730_populate_mclk_value 154 mpll_func_cntl |= MPLL_DIVEN; 156 mpll_func_cntl &= ~MPLL_DIVEN; 158 mpll_func_cntl &= ~(MPLL_REF_DIV_MASK | MPLL_HILEN_MASK | MPLL_LOLEN_MASK); 159 mpll_func_cntl |= MPLL_REF_DIV(dividers.ref_div); 160 mpll_func_cntl |= MPLL_HILEN((dividers.post_div >> 4) & 0xf); 161 mpll_func_cntl |= MPLL_LOLEN(dividers.post_div & 0xf); 193 mclk->mclk730.vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl); 221 pi->clk_regs.rv730.mpll_func_cntl 237 u32 mpll_func_cntl = 0; local in function:rv730_populate_smc_acpi_state [all...] |
radeon_rv730_dpm.c | 130 u32 mpll_func_cntl = pi->clk_regs.rv730.mpll_func_cntl; local in function:rv730_populate_mclk_value 154 mpll_func_cntl |= MPLL_DIVEN; 156 mpll_func_cntl &= ~MPLL_DIVEN; 158 mpll_func_cntl &= ~(MPLL_REF_DIV_MASK | MPLL_HILEN_MASK | MPLL_LOLEN_MASK); 159 mpll_func_cntl |= MPLL_REF_DIV(dividers.ref_div); 160 mpll_func_cntl |= MPLL_HILEN((dividers.post_div >> 4) & 0xf); 161 mpll_func_cntl |= MPLL_LOLEN(dividers.post_div & 0xf); 193 mclk->mclk730.vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl); 221 pi->clk_regs.rv730.mpll_func_cntl 237 u32 mpll_func_cntl = 0; local in function:rv730_populate_smc_acpi_state [all...] |
rv770_dpm.h | 55 u32 mpll_func_cntl; member in struct:rv730_clock_registers
|
si_dpm.h | 102 u32 mpll_func_cntl; member in struct:si_clock_registers
|
rv770_dpm.h | 55 u32 mpll_func_cntl; member in struct:rv730_clock_registers
|
si_dpm.h | 102 u32 mpll_func_cntl; member in struct:si_clock_registers
|
ci_dpm.h | 140 u32 mpll_func_cntl; member in struct:ci_clock_registers
|
ci_dpm.h | 140 u32 mpll_func_cntl; member in struct:ci_clock_registers
|
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_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...] |
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/powerplay/smumgr/ |
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_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_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;
|
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_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_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;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
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...] |
si_dpm.h | 521 u32 mpll_func_cntl; member in struct:rv730_clock_registers 918 u32 mpll_func_cntl; member in struct:si_clock_registers
|
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...] |
si_dpm.h | 521 u32 mpll_func_cntl; member in struct:rv730_clock_registers 918 u32 mpll_func_cntl; member in struct:si_clock_registers
|