Home
last modified time | relevance | path

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

/arch/x86/cpu/ivybridge/
A Dsdram.c238 uint64_t tom, me_base, touud; in sdram_find() local
272 touud = (uint64_t)val << 32; in sdram_find()
274 touud |= val; in sdram_find()
285 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find()
338 mrc_add_memory_area(info, 1ULL << 32, touud); in sdram_find()
352 if (touud > (1ULL << 32ULL)) { in sdram_find()
354 (touud >> 20) - 4096); in sdram_find()

Completed in 3 milliseconds