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