Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmrc_common.h26 int mrc_locate_spd(struct udevice *dev, int size, const void **spd_datap);
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c133 int mrc_locate_spd(struct udevice *dev, int size, const void **spd_datap) in mrc_locate_spd() function
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsdram.c230 ret = mrc_locate_spd(dev, size, &spd_data); in dram_init()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c211 ret = mrc_locate_spd(dev, sizeof(peid->spd_data[0]), &data); in copy_spd()