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()
4259 u32 dram_rows; in si_calculate_memory_refresh_rate() local4265 dram_rows = 16384; in si_calculate_memory_refresh_rate()4267 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4270 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4720 u32 dram_rows; in si_calculate_memory_refresh_rate() local4726 dram_rows = 16384; in si_calculate_memory_refresh_rate()4728 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4731 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()