Searched refs:touud (Results 1 – 3 of 3) sorted by relevance
234 uint64_t tom, me_base, touud; in sdram_find() local268 touud = (uint64_t)val << 32; in sdram_find()270 touud |= val; in sdram_find()281 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find()334 mrc_add_memory_area(info, 1ULL << 32, touud); in sdram_find()348 if (touud > (1ULL << 32ULL)) { in sdram_find()350 (touud >> 20) - 4096); in sdram_find()
14 u32 touud : 12; member22 u32 touud : 7; member
535 top_hm = U64_LSHIFT(touud_hi.touud, 32) | U64_LSHIFT(touud_lo.touud, 20); in get_registers()