Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmrccache.h11 #define MRC_DATA_SIGNATURE (('M' << 0) | ('R' << 8) | \ macro
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c39 return cache && (cache->signature == MRC_DATA_SIGNATURE); in is_mrc_cache()
174 cache->signature = MRC_DATA_SIGNATURE; in mrccache_reserve()