Searched refs:total_size_in_mall_bytes (Results 1 – 2 of 2) sorted by relevance
99 unsigned int total_size_in_mall_bytes);
2061 …nt dcn32_calculate_mall_ways_from_bytes(const struct dc *dc, unsigned int total_size_in_mall_bytes) in dcn32_calculate_mall_ways_from_bytes() argument2065 if (total_size_in_mall_bytes == 0) { in dcn32_calculate_mall_ways_from_bytes()2074 cache_lines_used = total_size_in_mall_bytes / dc->caps.cache_line_size + 2; in dcn32_calculate_mall_ways_from_bytes()