Home
last modified time | relevance | path

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

/openbmc/libcper/edk/
H A DBaseTypes.h82 #define SIGNATURE_16(A, B) ((A) | (B << 8)) macro
99 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h30 #define SIGNATURE_16(A, B) ((A) | (B << 8)) macro
47 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))