Searched refs:dram_rows (Results 1 – 4 of 4) sorted by relevance
785 u32 dram_rows, dram_refresh_rate; in calculate_memory_refresh_rate() local789 dram_rows = 1 << (tmp + 10); in calculate_memory_refresh_rate()792 return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in calculate_memory_refresh_rate()
725 u32 dram_rows; in rv770_calculate_memory_refresh_rate() local731 dram_rows = 1 << (tmp + 10); in rv770_calculate_memory_refresh_rate()734 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
4274 u32 dram_rows; in si_calculate_memory_refresh_rate() local4280 dram_rows = 16384; in si_calculate_memory_refresh_rate()4282 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4285 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4740 u32 dram_rows; in si_calculate_memory_refresh_rate() local4746 dram_rows = 16384; in si_calculate_memory_refresh_rate()4748 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()4751 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()