Searched defs:EFI_PCI_RID (Results 1 – 2 of 2) sorted by relevance
55 #define EFI_PCI_RID(Bus, Device, Function) (((UINT32)Bus << 8) + ((UINT32)Device << 3) + (UINT32)F… macro
56 #include <Library/PeCoffLib.h>