Lines Matching refs:Pci
136 Status = PciIo->Pci.Read (
147 Status = PciIo->Pci.Write (
154 Status = PciIo->Pci.Read (
190 Status = PciIo->Pci.Write (
207 Status = PciIo->Pci.Read (
216 Status = PciIo->Pci.Write (
245 Status = PciIo->Pci.Write (
267 Status = PciIo->Pci.Read (
281 Status = PciIo->Pci.Write (
298 Status = PciIo->Pci.Write (
326 Status = PciIo->Pci.Write (
456 if (PciIoDevice->Pci.Hdr.VendorId == V_PCH_INTEL_VENDOR_ID) in PciBusEvent()
482 Status = PciIo->Pci.Write ( in PciBusEvent()
494 if (PciIoDevice->Pci.Hdr.ClassCode[2] == PCI_CLASS_NETWORK) { in PciBusEvent()
505 if ((PciIoDevice->Pci.Hdr.ClassCode[2] == BadDeviceTable[Index].ClassCode) && in PciBusEvent()
506 (PciIoDevice->Pci.Hdr.ClassCode[1] == BadDeviceTable[Index].SubClassCode) && in PciBusEvent()
507 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId)) { in PciBusEvent()
511 if ((PciIoDevice->Pci.Hdr.ClassCode[2] == BadDeviceTable[Index].ClassCode) && in PciBusEvent()
512 (PciIoDevice->Pci.Hdr.ClassCode[1] == BadDeviceTable[Index].SubClassCode) && in PciBusEvent()
513 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId) && in PciBusEvent()
514 (PciIoDevice->Pci.Hdr.DeviceId == BadDeviceTable[Index].DeviceId)) { in PciBusEvent()