Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmrccache.h41 struct mrc_data_container *mrccache_find_current(struct mrc_region *entry);
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c42 struct mrc_data_container *mrccache_find_current(struct mrc_region *entry) in mrccache_find_current() function
122 cache = mrccache_find_current(entry); in mrccache_update()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c72 cache = mrccache_find_current(&entry); in fsp_prepare_mrc_cache()
/openbmc/u-boot/arch/x86/cpu/quark/
H A Ddram.c29 cache = mrccache_find_current(&entry); in prepare_mrc_cache()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsdram.c181 mrc_cache = mrccache_find_current(&entry); in prepare_mrc_cache()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c121 mrc_cache = mrccache_find_current(&entry); in prepare_mrc_cache()