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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
cypress_dpm.h 52 u32 mc_arb_rfsh_rate; member in struct:evergreen_arb_registers
nislands_smc.h 284 uint8_t mc_arb_rfsh_rate; member in struct:SMC_NIslands_MCArbDramTimingRegisterSet
sislands_smc.h 334 uint8_t mc_arb_rfsh_rate; member in struct:SMC_SIslands_MCArbDramTimingRegisterSet
radeon_rv770_dpm.c 731 u32 mc_arb_rfsh_rate; local in function:rv770_calculate_memory_refresh_rate
738 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
740 return mc_arb_rfsh_rate;
772 WREG32(MC_ARB_RFSH_RATE, arb_refresh_rate);
radeon_btc_dpm.c 1766 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE);
1779 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >>
1781 WREG32_P(MC_ARB_RFSH_RATE, POWERMODE0(val), ~POWERMODE0_MASK);
1826 WREG32_P(MC_ARB_RFSH_RATE, POWERMODE0(val), ~POWERMODE0_MASK);
radeon_si_dpm.c 4282 u32 mc_arb_rfsh_rate; local in function:si_calculate_memory_refresh_rate
4291 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
4293 return mc_arb_rfsh_rate;
4304 arb_regs->mc_arb_rfsh_rate =
radeon_ni_dpm.c 1626 arb_regs->mc_arb_rfsh_rate =
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sislands_smc.h 334 uint8_t mc_arb_rfsh_rate; member in struct:SMC_SIslands_MCArbDramTimingRegisterSet
si_dpm.h 339 u32 mc_arb_rfsh_rate; member in struct:evergreen_arb_registers
amdgpu_si_dpm.c 4748 u32 mc_arb_rfsh_rate; local in function:si_calculate_memory_refresh_rate
4757 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
4759 return mc_arb_rfsh_rate;
4770 arb_regs->mc_arb_rfsh_rate =

Completed in 37 milliseconds