Searched refs:tom (Results 1 – 2 of 2) sorted by relevance
48 u32 dpr, tom; in get_top_of_ram() local51 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()
238 uint64_t tom, me_base, touud; in sdram_find() local281 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