Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c233 uint32_t tseg_base, uma_size, tolud; in sdram_find() local
273 dm_pci_read_config32(dev, TOLUD, &tolud); in sdram_find()
281 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find()
292 tomk = tolud >> 10; in sdram_find()
293 if (me_base == tolud) { in sdram_find()
297 tolud += uma_size << 10; in sdram_find()
/openbmc/linux/drivers/edac/
H A Dpnd2_edac.h33 u32 tolud : 12; member
H A Dpnd2_edac.c393 static struct b_cr_tolud_pci tolud; variable
493 if (RD_REG(&tolud, b_cr_tolud_pci) || in get_registers()
534 top_lm = U64_LSHIFT(tolud.tolud, 20); in get_registers()