Home
last modified time | relevance | path

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

/arch/x86/cpu/broadwell/
A Dsdram.c48 u32 dpr, tom; in get_top_of_ram() local
51 tom = dpr & ~((1 << 20) - 1); in get_top_of_ram()
53 debug("dpt %08x tom %08x\n", dpr, tom); in get_top_of_ram()
56 tom -= (dpr & DPR_SIZE_MASK) << 16; in get_top_of_ram()
58 return (unsigned long)tom; in get_top_of_ram()
/arch/x86/cpu/ivybridge/
A Dsdram.c238 uint64_t tom, me_base, touud; in sdram_find() local
281 tom = (uint64_t)val << 32; in sdram_find()
283 tom |= val; in sdram_find()
285 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find()
299 uma_size = (tom - me_base) >> 10; in sdram_find()

Completed in 3 milliseconds