Searched refs:tomk (Results 1 – 1 of 1) sorted by relevance
240 unsigned long long tomk; in sdram_find() local296 tomk = tolud >> 10; in sdram_find()303 uma_memory_base = tomk * 1024ULL; in sdram_find()315 tomk -= uma_size; in sdram_find()316 uma_memory_base = tomk * 1024ULL; in sdram_find()320 tomk -= uma_size; in sdram_find()321 uma_memory_base = tomk * 1024ULL; in sdram_find()328 tomk -= uma_size; in sdram_find()329 uma_memory_base = tomk * 1024ULL; in sdram_find()332 debug("Available memory below 4GB: %lluM\n", tomk >> 10); in sdram_find()
Completed in 4 milliseconds