dram_rows        4741 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	u32 dram_rows;
dram_rows        4747 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		dram_rows = 16384;
dram_rows        4749 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		dram_rows = 1 << (tmp + 10);
dram_rows        4752 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
dram_rows         784 drivers/gpu/drm/radeon/rv6xx_dpm.c 	u32 dram_rows, dram_refresh_rate;
dram_rows         788 drivers/gpu/drm/radeon/rv6xx_dpm.c 	dram_rows = 1 << (tmp + 10);
dram_rows         791 drivers/gpu/drm/radeon/rv6xx_dpm.c 	return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
dram_rows         724 drivers/gpu/drm/radeon/rv770_dpm.c 	u32 dram_rows;
dram_rows         730 drivers/gpu/drm/radeon/rv770_dpm.c 	dram_rows = 1 << (tmp + 10);
dram_rows         733 drivers/gpu/drm/radeon/rv770_dpm.c 	mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
dram_rows        4277 drivers/gpu/drm/radeon/si_dpm.c 	u32 dram_rows;
dram_rows        4283 drivers/gpu/drm/radeon/si_dpm.c 		dram_rows = 16384;
dram_rows        4285 drivers/gpu/drm/radeon/si_dpm.c 		dram_rows = 1 << (tmp + 10);
dram_rows        4288 drivers/gpu/drm/radeon/si_dpm.c 	mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;