Searched refs:EFI_PCI_RID (Results 1 – 3 of 3) sorted by relevance
65 #define EFI_PCI_RID(Bus, Device, Function) (((UINT32)Bus << 8) + ((UINT32)Device << 3) + (UINT32)F…
55 #define EFI_PCI_RID(Bus, Device, Function) (((UINT32)Bus << 8) + ((UINT32)Device << 3) + (UINT32)F… macro
2321 PFRid = EFI_PCI_RID(Bus, Device, Func); in CreatePciIoDevice()