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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv740_dpm.c 197 u32 mpll_ad_func_cntl_2 = pi->clk_regs.rv770.mpll_ad_func_cntl_2; local in function:rv740_populate_mclk_value
228 mpll_ad_func_cntl_2 |= VCO_MODE;
230 mpll_ad_func_cntl_2 &= ~VCO_MODE;
278 mclk->mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
306 pi->clk_regs.rv770.mpll_ad_func_cntl_2 =
307 RREG32(MPLL_AD_FUNC_CNTL_2);
324 u32 mpll_ad_func_cntl_2 = pi->clk_regs.rv770.mpll_ad_func_cntl_2; local in function:rv740_populate_smc_acpi_state
351 mpll_ad_func_cntl_2 |= BIAS_GEN_PDNB | RESET_EN
    [all...]
radeon_cypress_dpm.c 488 u32 mpll_ad_func_cntl_2 = local in function:cypress_populate_mclk_value
489 pi->clk_regs.rv770.mpll_ad_func_cntl_2;
532 mpll_ad_func_cntl_2 |= VCO_MODE;
534 mpll_ad_func_cntl_2 &= ~VCO_MODE;
605 mclk->mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
1252 cpu_to_be32(pi->clk_regs.rv770.mpll_ad_func_cntl_2);
1343 u32 mpll_ad_func_cntl_2 = local in function:cypress_populate_smc_acpi_state
1344 pi->clk_regs.rv770.mpll_ad_func_cntl_2;
1399 mpll_ad_func_cntl_2 |= BIAS_GEN_PDNB | RESET_EN;
1442 cpu_to_be32(mpll_ad_func_cntl_2);
    [all...]
rv770_dpm.h 38 u32 mpll_ad_func_cntl_2; member in struct:rv770_clock_registers
ni_dpm.h 42 u32 mpll_ad_func_cntl_2; member in struct:ni_clock_registers
radeon_rv770_dpm.c 398 u32 mpll_ad_func_cntl_2 = local in function:rv770_populate_mclk_value
399 pi->clk_regs.rv770.mpll_ad_func_cntl_2;
444 mpll_ad_func_cntl_2 |= VCO_MODE;
446 mpll_ad_func_cntl_2 &= ~VCO_MODE;
479 mclk->mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
926 u32 mpll_ad_func_cntl_2 = local in function:rv770_populate_smc_acpi_state
927 pi->clk_regs.rv770.mpll_ad_func_cntl_2;
966 mpll_ad_func_cntl_2 |= BIAS_GEN_PDNB | RESET_EN;
987 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
1038 cpu_to_be32(pi->clk_regs.rv770.mpll_ad_func_cntl_2);
    [all...]
radeon_ni_dpm.c 1196 ni_pi->clock_registers.mpll_ad_func_cntl_2 = RREG32(MPLL_AD_FUNC_CNTL_2);
1699 cpu_to_be32(ni_pi->clock_registers.mpll_ad_func_cntl_2);
1803 u32 mpll_ad_func_cntl_2 = ni_pi->clock_registers.mpll_ad_func_cntl_2; local in function:ni_populate_smc_acpi_state
1872 mpll_ad_func_cntl_2 |= BIAS_GEN_PDNB | RESET_EN;
1910 table->ACPIState.levels[0].mclk.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
2174 u32 mpll_ad_func_cntl_2 = ni_pi->clock_registers.mpll_ad_func_cntl_2; local in function:ni_populate_mclk_value
2213 mpll_ad_func_cntl_2 |= VCO_MODE
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h 360 u32 mpll_ad_func_cntl_2; member in struct:ni_clock_registers
504 u32 mpll_ad_func_cntl_2; member in struct:rv770_clock_registers

Completed in 167 milliseconds