Searched refs:SIGNATURE_32 (Results 1 – 4 of 4) sorted by relevance
/external/dtc/libfdt/ |
D | libacpi.h | 61 #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/ |
D | fsp_types.h | 38 #define SIGNATURE_32(A, B, C, D) \ macro 60 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
|
D | fsp_infoheader.h | 49 #define EFI_FSPH_SIGNATURE SIGNATURE_32('F', 'S', 'P', 'H')
|
D | fsp_fv.h | 123 #define EFI_FVH_SIGNATURE SIGNATURE_32('_', 'F', 'V', 'H')
|