Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_types.h30 #define SIGNATURE_16(A, B) ((A) | (B << 8)) macro
47 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
/external/dtc/libfdt/
Dlibacpi.h59 #define SIGNATURE_16(A, B) ((A) | (B << 8)) macro
61 #define SIGNATURE_32(A, B, C, D) ((SIGNATURE_16 (A, B)) | (SIGNATURE_16 (C, D) << 16))