HomeSort by relevance Sort by last modified time
    Searched refs:pciio (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
route80h.c 52 static int is_device(EFI_PCI_IO *pciio, uint16_t vendor_id, uint16_t device_id)
57 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint16, 0, 2, &lpcif);
67 EFI_PCI_IO **pciio)
74 if (!pciio)
89 *pciio = pciio_tmp;
90 if (!is_device(*pciio, vendor_id, device_id)) {
91 *pciio = NULL;
104 EFI_PCI_IO *pciio = NULL; local
119 rc = find_pci_device(devices[i].vendor, devices[i].device, &pciio);
    [all...]
  /external/syslinux/efi/
console.c 112 EFI_PCI_IO *pciio = NULL; local
120 &PciIoProtocol, (void **)&pciio);
122 if (status == EFI_SUCCESS && (!found || pciio)) {
130 if (pciio)
256 EFI_PCI_IO *pciio = NULL; local
266 &PciIoProtocol, (void **)&pciio);
271 if (status == EFI_SUCCESS && (!first || pciio)) {
275 if (pciio)

Completed in 306 milliseconds