Home
last modified time | relevance | path

Searched refs:mem_total_size (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/platform_TotalMemory/
Dplatform_TotalMemory.py59 mem_total_size = self.get_meminfo('MemTotal')
60 mem_total_list.append((mem_total_size))
61 logging.info('MemTotalSize %d', mem_total_size)
/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_plat.c1027 uint64_t mem_total_size = 0; in ddr3_fast_path_dynamic_cs_size_config() local
1089 mem_total_size_c = (mem_total_size >> 16) & 0xffffffffffff; in ddr3_fast_path_dynamic_cs_size_config()
1093 mem_total_size += cs_mem_size; in ddr3_fast_path_dynamic_cs_size_config()
1095 mem_total_size = L2_FILTER_FOR_MAX_MEMORY_SIZE; in ddr3_fast_path_dynamic_cs_size_config()
1100 reg_write(ADDRESS_FILTERING_END_REGISTER, mem_total_size); in ddr3_fast_path_dynamic_cs_size_config()