Home
last modified time | relevance | path

Searched defs:SIGNATURE_32 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_types.h46 #define SIGNATURE_32(A, B, C, D) \ macro
/external/dtc/libfdt/
Dlibacpi.h61 #define SIGNATURE_32(A, B, C, D) ((SIGNATURE_16 (A, B)) | (SIGNATURE_16 (C, D) << 16)) macro