HomeSort by: relevance | last modified time | path
    Searched defs:mc_arb_rfsh_rate (Results 1 - 8 of 8) 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
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);
sislands_smc.h 334 uint8_t mc_arb_rfsh_rate; member in struct:SMC_SIslands_MCArbDramTimingRegisterSet
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 =
  /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
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 =
si_dpm.h 339 u32 mc_arb_rfsh_rate; member in struct:evergreen_arb_registers

Completed in 117 milliseconds