Home
last modified time | relevance | path

Searched refs:SIGNATURE_32 (Results 1 – 4 of 4) sorted by relevance

/external/dtc/libfdt/
Dlibacpi.h61 #define SIGNATURE_32(A, B, C, D) ((SIGNATURE_16 (A, B)) | (SIGNATURE_16 (C, D) << 16)) macro
64 (SIGNATURE_32 (A, B, C, D) | ((UINT64) (SIGNATURE_32 (E, F, G, H)) << 32))
66 #define SSDT_MAGIC (const unsigned)SIGNATURE_32('S', 'S', 'D', 'T')
67 #define DSDT_MAGIC (const unsigned)SIGNATURE_32('D', 'S', 'D', 'T')
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_types.h38 #define SIGNATURE_32(A, B, C, D) \ macro
60 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
Dfsp_infoheader.h49 #define EFI_FSPH_SIGNATURE SIGNATURE_32('F', 'S', 'P', 'H')
Dfsp_fv.h123 #define EFI_FVH_SIGNATURE SIGNATURE_32('_', 'F', 'V', 'H')