Searched defs:_EFI_PCI_IO_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
515 struct _EFI_PCI_IO_PROTOCOL { struct516 EFI_PCI_IO_PROTOCOL_POLL_IO_MEM PollMem;517 EFI_PCI_IO_PROTOCOL_POLL_IO_MEM PollIo;518 EFI_PCI_IO_PROTOCOL_ACCESS Mem;519 EFI_PCI_IO_PROTOCOL_ACCESS Io;520 EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci;521 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem;522 EFI_PCI_IO_PROTOCOL_MAP Map;523 EFI_PCI_IO_PROTOCOL_UNMAP Unmap;524 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer;[all …]