HomeSort by: relevance | last modified time | path
    Searched refs:Pci (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 75 EFI_PCI_ADDRESS_UNION Pci;
  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 113 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
128 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
dpath.c 481 PCI_DEVICE_PATH *Pci;
483 Pci = DevPath;
484 CatPrint(Str, L"Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
  /src/sys/external/bsd/gnu-efi/dist/apps/
route80h.c 7 * Control And Status Register (GCS) from LPC to PCI. In practical terms, it routes
8 * outb to port 80h to the PCI bus. */
50 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint16, 0, 2, &lpcif);
123 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint32,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 359 EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci;
388 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Pci;
efidevp.h 472 PCI_DEVICE_PATH Pci;
507 PCI_DEVICE_PATH *Pci;
efilib.h 930 IN OUT PCI_TYPE00 *Pci
efiprot.h 667 EFI_IO_ACCESS Pci;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1050 * EFI PCI I/O Protocol
1099 ACPI_EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci;

Completed in 18 milliseconds