Home
last modified time | relevance | path

Searched refs:SIGNATURE_32 (Results 1 – 1 of 1) 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')