Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c234 uint64_t tom, me_base, touud; in sdram_find() local
285 me_base = (uint64_t)val << 32; in sdram_find()
287 me_base |= val; in sdram_find()
289 debug("MEBASE %llx\n", me_base); in sdram_find()
293 if (me_base == tolud) { in sdram_find()
295 uma_size = (tom - me_base) >> 10; in sdram_find()
300 debug("ME UMA base %llx size %uM\n", me_base, uma_size >> 10); in sdram_find()