Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dsdram.c234 uint64_t tom, me_base, touud; in sdram_find() local
268 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()