Searched defs:EFI_SIGNATURE_32 (Results 1 – 4 of 4) sorted by relevance
32 #include "PchRegs.h"33 #include "PlatformDxe.h"
156 // Initialization function
85 #define DESKTOP_PLATFORM 2
294 #define EFI_SIGNATURE_32(A, B, C, D) (EFI_SIGNATURE_16 (A, B) | (EFI_SIGNATURE_16 (C, D) << 16)) macro