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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv730_dpm.c 129 u32 dll_cntl = pi->clk_regs.rv730.dll_cntl; local in function:rv730_populate_mclk_value
191 mclk->mclk730.vDLL_CNTL = cpu_to_be32(dll_cntl);
219 pi->clk_regs.rv730.dll_cntl =
241 u32 dll_cntl; local in function:rv730_populate_smc_acpi_state
289 dll_cntl = 0xff000000;
305 table->ACPIState.levels[0].mclk.mclk730.vDLL_CNTL = cpu_to_be32(dll_cntl);
340 cpu_to_be32(pi->clk_regs.rv730.dll_cntl);
radeon_rv740_dpm.c 201 u32 dll_cntl = pi->clk_regs.rv770.dll_cntl; local in function:rv740_populate_mclk_value
282 mclk->mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
314 pi->clk_regs.rv770.dll_cntl = RREG32(DLL_CNTL);
331 u32 dll_cntl = pi->clk_regs.rv770.dll_cntl; local in function:rv740_populate_smc_acpi_state
364 dll_cntl |= (MRDCKA0_BYPASS |
383 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
radeon_cypress_dpm.c 496 u32 dll_cntl = local in function:cypress_populate_mclk_value
497 pi->clk_regs.rv770.dll_cntl;
609 mclk->mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
1260 cpu_to_be32(pi->clk_regs.rv770.dll_cntl);
1357 u32 dll_cntl = local in function:cypress_populate_smc_acpi_state
1358 pi->clk_regs.rv770.dll_cntl;
1423 dll_cntl |= (MRDCKA0_BYPASS |
1449 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
rv770_dpm.h 42 u32 dll_cntl; member in struct:rv770_clock_registers
54 u32 dll_cntl; member in struct:rv730_clock_registers
si_dpm.h 98 u32 dll_cntl; member in struct:si_clock_registers
ci_dpm.h 136 u32 dll_cntl; member in struct:ci_clock_registers
ni_dpm.h 40 u32 dll_cntl; member in struct:ni_clock_registers
radeon_rv770_dpm.c 406 u32 dll_cntl = pi->clk_regs.rv770.dll_cntl; local in function:rv770_populate_mclk_value
483 mclk->mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
939 u32 dll_cntl; local in function:rv770_populate_smc_acpi_state
979 dll_cntl = 0xff000000;
992 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
1046 cpu_to_be32(pi->clk_regs.rv770.dll_cntl);
1545 pi->clk_regs.rv770.dll_cntl = RREG32(DLL_CNTL);
radeon_ni_dpm.c 1200 ni_pi->clock_registers.dll_cntl = RREG32(DLL_CNTL);
1707 cpu_to_be32(ni_pi->clock_registers.dll_cntl);
1811 u32 dll_cntl = ni_pi->clock_registers.dll_cntl; local in function:ni_populate_smc_acpi_state
1897 dll_cntl |= (MRDCKA0_BYPASS |
1914 table->ACPIState.levels[0].mclk.vDLL_CNTL = cpu_to_be32(dll_cntl);
2178 u32 dll_cntl = ni_pi->clock_registers.dll_cntl; local in function:ni_populate_mclk_value
2291 mclk->vDLL_CNTL = cpu_to_be32(dll_cntl);
    [all...]
radeon_ci_dpm.c 1892 pi->clock_registers.dll_cntl = RREG32(DLL_CNTL);
2801 u32 dll_cntl = pi->clock_registers.dll_cntl; local in function:ci_calculate_mclk_params
2874 mclk->DllCntl = dll_cntl;
3003 u32 dll_cntl = pi->clock_registers.dll_cntl; local in function:ci_populate_smc_acpi_level
3076 dll_cntl &= ~(MRDCK0_BYPASS | MRDCK1_BYPASS);
3078 table->MemoryACPILevel.DllCntl = cpu_to_be32(dll_cntl);
radeon_si_dpm.c 3582 si_pi->clock_registers.dll_cntl = RREG32(DLL_CNTL);
4381 cpu_to_be32(si_pi->clock_registers.dll_cntl);
4502 u32 dll_cntl = si_pi->clock_registers.dll_cntl; local in function:si_populate_smc_acpi_state
4577 dll_cntl &= ~(MRDCK0_BYPASS | MRDCK1_BYPASS);
4583 cpu_to_be32(dll_cntl);
4885 u32 dll_cntl = si_pi->clock_registers.dll_cntl; local in function:si_populate_mclk_value
4958 mclk->vDLL_CNTL = cpu_to_be32(dll_cntl);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 1035 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:ci_calculate_mclk_params
1115 mclk->DllCntl = dll_cntl;
1390 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:ci_populate_smc_acpi_level
1480 dll_cntl = PHM_SET_FIELD(dll_cntl,
1481 DLL_CNTL, MRDCK0_BYPASS, 0);
1482 dll_cntl = PHM_SET_FIELD(dll_cntl,
1483 DLL_CNTL, MRDCK1_BYPASS, 0);
1486 PP_HOST_TO_SMC_UL(dll_cntl);
    [all...]
amdgpu_iceland_smumgr.c 1059 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:iceland_calculate_mclk_params
1167 mclk->DllCntl = dll_cntl;
1438 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:iceland_populate_smc_acpi_level
1528 dll_cntl = PHM_SET_FIELD(dll_cntl,
1529 DLL_CNTL, MRDCK0_BYPASS, 0);
1530 dll_cntl = PHM_SET_FIELD(dll_cntl,
1531 DLL_CNTL, MRDCK1_BYPASS, 0);
1534 PP_HOST_TO_SMC_UL(dll_cntl);
    [all...]
amdgpu_tonga_smumgr.c 802 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:tonga_calculate_mclk_params
918 mclk->DllCntl = dll_cntl;
1190 uint32_t dll_cntl = data->clock_registers.vDLL_CNTL; local in function:tonga_populate_smc_acpi_level
1270 dll_cntl = PHM_SET_FIELD(dll_cntl,
1271 DLL_CNTL, MRDCK0_BYPASS, 0);
1272 dll_cntl = PHM_SET_FIELD(dll_cntl,
1273 DLL_CNTL, MRDCK1_BYPASS, 0);
1276 PP_HOST_TO_SMC_UL(dll_cntl);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 4043 si_pi->clock_registers.dll_cntl = RREG32(DLL_CNTL);
4847 cpu_to_be32(si_pi->clock_registers.dll_cntl);
4966 u32 dll_cntl = si_pi->clock_registers.dll_cntl; local in function:si_populate_smc_acpi_state
5042 dll_cntl &= ~(MRDCK0_BYPASS | MRDCK1_BYPASS);
5048 cpu_to_be32(dll_cntl);
5349 u32 dll_cntl = si_pi->clock_registers.dll_cntl; local in function:si_populate_mclk_value
5422 mclk->vDLL_CNTL = cpu_to_be32(dll_cntl);
    [all...]
si_dpm.h 358 u32 dll_cntl; member in struct:ni_clock_registers
508 u32 dll_cntl; member in struct:rv770_clock_registers
520 u32 dll_cntl; member in struct:rv730_clock_registers
914 u32 dll_cntl; member in struct:si_clock_registers

Completed in 232 milliseconds