Searched refs:dram_rows (Results 1 – 4 of 4) sorted by relevance
784 u32 dram_rows, dram_refresh_rate; in calculate_memory_refresh_rate() local788 dram_rows = 1 << (tmp + 10); in calculate_memory_refresh_rate()791 return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in calculate_memory_refresh_rate()
724 u32 dram_rows; in rv770_calculate_memory_refresh_rate() local730 dram_rows = 1 << (tmp + 10); in rv770_calculate_memory_refresh_rate()733 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
4277 u32 dram_rows; in si_calculate_memory_refresh_rate() local4283 dram_rows = 16384; in si_calculate_memory_refresh_rate()4285 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4288 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4741 u32 dram_rows; in si_calculate_memory_refresh_rate() local4747 dram_rows = 16384; in si_calculate_memory_refresh_rate()4749 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4752 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()