Searched defs:_EFI_PCI_IO_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
523 struct _EFI_PCI_IO_PROTOCOL { struct524 EFI_PCI_IO_PROTOCOL_POLL_IO_MEM PollMem;525 EFI_PCI_IO_PROTOCOL_POLL_IO_MEM PollIo;526 EFI_PCI_IO_PROTOCOL_ACCESS Mem;527 EFI_PCI_IO_PROTOCOL_ACCESS Io;528 EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci;529 EFI_PCI_IO_PROTOCOL_COPY_MEM CopyMem;530 EFI_PCI_IO_PROTOCOL_MAP Map;531 EFI_PCI_IO_PROTOCOL_UNMAP Unmap;532 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer;[all …]