Lines Matching defs:pci
10 #include <linux/pci.h>
50 efi_pci_io_protocol_t *pci;
54 (void **)&pci);
62 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr,
76 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
86 efi_pci_io_protocol_t *pci;
89 (void **)&pci);
90 if (status != EFI_SUCCESS || !pci)
93 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
100 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
106 status = efi_call_proto(pci, pci.write, EfiPciIoWidthUint16,