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