Searched defs:Pci (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.c93 PCI_TYPE00 Pci; local
113 Status = PciIo->Pci.Read (
117 sizeof (Pci) / sizeof (UINT32),
118 &Pci
129 if (((Pci.Hdr.Command & 0x03) == 0x03) && IS_PCI_VGA (&Pci)) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c75 PCI_TYPE00 Pci; local
96 Status = PciIo->Pci.Read (
100 sizeof(Pci) / sizeof(UINT32),
101 &Pci);
105 if ((Pci.Hdr.Command & 0x03) == 0x03) {
106 if (Pci.Hdr.ClassCode[2] == PCI_CLASS_BRIDGE) {
110 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA) {
117 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA_PDECODE &&
118 Pci.Hdr.VendorId == 0x8086 ) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c138 PCI_TYPE00 Pci; local
185 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, 0, sizeof (Pci) / sizeof (UINT32), &Pci);
192 if (Pci.Hdr.ClassCode[2] == PCI_CLASS_MASS_STORAGE ||
193 (Pci.Hdr.ClassCode[2] == PCI_BASE_CLASS_INTELLIGENT && Pci.Hdr.ClassCode[1] == PCI_SUB_CLASS_INTELLIGENT)
690 Controller = (UINT32) Drive->Parameters.InterfacePath.Pci.Controller;
H A DEdd.h45 EDD_PCI Pci; member in union:__anon10358
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDeviceIo.h257 EFI_IO_ACCESS Pci; member in struct:_EFI_DEVICE_IO_PROTOCOL
H A DPciRootBridgeIo.h432 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Pci; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h528 EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c49 PCI_TYPE00 Pci; local
70 Status = PciIo->Pci.Read (
74 sizeof (Pci) / sizeof (UINT32),
75 &Pci
86 // if (((Pci.Hdr.Command & 0x01) == 0x01)) {
90 if (Pci.Hdr.VendorId == CIRRUS_LOGIC_VENDOR_ID) {
94 if (Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_DEVICE_ID ||
95 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_ALTERNATE_DEVICE_ID ||
96 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5446_DEVICE_ID) {
653 Status = Private->PciIo->Pci
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c127 PCI_TYPE00 Pci; local
148 Status = PciIo->Pci.Read (
152 sizeof (Pci) / sizeof (UINT32),
153 &Pci
164 // if (((Pci.Hdr.Command & 0x01) == 0x01)) {
168 if (Pci.Hdr.VendorId == CIRRUS_LOGIC_VENDOR_ID) {
172 if (Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_DEVICE_ID ||
173 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_ALTERNATE_DEVICE_ID ||
174 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5446_DEVICE_ID) {
834 Status = Private->PciIo->Pci
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c136 PCI_TYPE00 Pci; local
162 Status = PciIo->Pci.Read (
167 &Pci
173 if (Pci.Hdr.ClassCode[2] == 0x02 && Pci.Hdr.VendorId == PCI_VENDOR_ID_INTEL) {
174 switch (Pci.Hdr.DeviceId) {
369 Status = PciIoFncs->Pci.Read (
385 PciIoFncs->Pci.Write (
400 PciIoFncs->Pci.Write (
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c250 PCI_TYPE00 Pci; local
272 Status = PciIo->Pci.Read (
276 sizeof (Pci) / sizeof (UINT32),
277 &Pci
289 // if (((Pci.Hdr.Command & 0x01) == 0x01)) {
293 if (Pci.Hdr.VendorId == VBOX_VENDOR_ID) {
294 if (Pci.Hdr.DeviceId == VBOX_VGA_DEVICE_ID) {
922 Status = Private->PciIo->Pci.Read (
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h419 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Pci; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h530 EFI_PCI_IO_PROTOCOL_CONFIG_ACCESS Pci; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c212 PCI_TYPE00 Pci; local
261 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, 0, sizeof (Pci) / sizeof (UINT32), &Pci);
268 if (Pci.Hdr.ClassCode[2] == PCI_CLASS_NETWORK) {
1200 PCI_TYPE00 Pci; local
1211 PciIo->Pci.Read (
1215 sizeof (Pci) / sizeof (UINT32),
1216 &Pci
1247 if (PciDataStructure->VendorId != Pci
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c93 PCI_DEVICE_PATH *Pci; local
95 Pci = DevPath;
96 CatPrint (Str, L"Pci(%x|%x)", (UINTN) Pci->Device, (UINTN) Pci->Function);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c371 PCI_TYPE00 Pci; local
398 &Pci,
405 (IS_PCI_BRIDGE (&Pci) || IS_CARDBUS_BRIDGE (&Pci))) {
420 Status = PciRootBridgeIo->Pci.Write (
432 Status = PciRootBridgeIo->Pci.Write (
442 if (IS_PCI_BRIDGE (&Pci)) {
445 Status = PciRootBridgeIo->Pci.Write (
469 Status = PciRootBridgeIo->Pci.Write (
479 if (Func == 0 && !IS_PCI_MULTI_FUNC (&Pci)) {
[all...]
H A DPciEnumeratorSupport.c23 @param Pci Output buffer for PCI device configuration space.
35 OUT PCI_TYPE00 *Pci,
52 Status = PciRootBridgeIo->Pci.Read (
57 Pci
60 if (!EFI_ERROR (Status) && (Pci->Hdr).VendorId != 0xffff) {
64 Status = PciRootBridgeIo->Pci.Read (
69 Pci
98 PCI_TYPE00 Pci; local
117 &Pci,
134 &Pci,
33 PciDevicePresent( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo, OUT PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
203 PciSearchDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func, OUT PCI_IO_DEVICE **PciDevice ) argument
371 GatherDeviceInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
449 GatherPpbInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
615 GatherP2CInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
1995 CreatePciIoDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
2601 PCI_TYPE00 Pci; local
[all...]
H A DPciLib.c53 PciIoDevice->PciIo.Pci.Read (
66 PciIoDevice->PciIo.Pci.Read (
78 PciIoDevice->PciIo.Pci.Read (
90 PciIoDevice->PciIo.Pci.Read (
136 if (IS_PCI_BRIDGE (&Temp->Pci)) {
200 IS_PCI_BRIDGE (&Resource->PciDev->Pci) ? L"PPB" :
201 IS_CARDBUS_BRIDGE (&Resource->PciDev->Pci) ? L"P2C" :
205 if ((!IS_PCI_BRIDGE (&Resource->PciDev->Pci) && !IS_CARDBUS_BRIDGE (&Resource->PciDev->Pci)) ||
206 (IS_PCI_BRIDGE (&Resource->PciDev->Pci)
980 PCI_TYPE00 Pci; local
[all...]
H A DPciBus.h49 #include <IndustryStandard/Pci.h>
183 PCI_TYPE00 Pci; member in struct:_PCI_IO_DEVICE
203 // A linked list for children Pci Device if it is bridge device
361 Start this driver on ControllerHandle and enumerate Pci bus and start
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c93 PCI_DEVICE_PATH *Pci; local
95 Pci = DevPath;
96 CatPrint (Str, L"Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c127 PCI_TYPE00 Pci; local
149 Status = PciIo->Pci.Read (
153 sizeof (Pci) / sizeof (UINT32),
154 &Pci
166 if (Pci.Hdr.ClassCode[2] != PCI_CLASS_MASS_STORAGE || Pci.Hdr.ClassCode[1] != PCI_CLASS_MASS_STORAGE_IDE) {
1578 Status = PciIo->Pci.Read (
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c155 PciIo->Pci.Read (
243 PCI_TYPE00 Pci; local
301 Status = PciIo->Pci.Read (
305 sizeof (Pci) / sizeof (UINT32),
306 &Pci
315 if (!IS_PCI_VGA (&Pci)) {
320 Pci.Hdr.VendorId,
321 Pci.Hdr.DeviceId
492 PciIo->Pci.Read (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c91 PCI_DEVICE_PATH *Pci; local
93 Pci = DevPath;
94 CatPrint (Str, L"Pci(%x|%x)", (UINTN) Pci->Device, (UINTN) Pci->Function);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c121 PCI_TYPE00 Pci; local
168 Status = PciIo->Pci.Read (
172 sizeof (Pci) / sizeof (UINT32),
173 &Pci
181 if (Pci.Hdr.ClassCode[2] == 0x03 || (Pci.Hdr.ClassCode[2] == 0x00 && Pci.Hdr.ClassCode[1] == 0x01)) {
557 PCI_TYPE00 Pci; local
575 Status = ParentPciIo->Pci.Read (
579 sizeof (Pci) / sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c495 PciIo->Pci.Read (
894 @param PciIrq Pci IRQ number
895 @param PciConfigHeader Type00 Pci configuration header
1182 PciIo->Pci.Read (
1209 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x04, 1, &Command);
1314 PciIo->Pci.Read (
1340 PciIo->Pci.Write (
1486 PciIo->Pci.Read (
1578 PCI_TYPE00 Pci; local
1656 PciIo->Pci
[all...]

Completed in 120 milliseconds

12