Searched refs:EfiPciIoWidthUint32 (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.c41 EfiPciIoWidthUint32,
77 EfiPciIoWidthUint32,
116 EfiPciIoWidthUint32,
153 EfiPciIoWidthUint32,
271 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, ExtendCap, 1, &Value);
272 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, ExtendCap + 0x4, 1, &Value);
274 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, ExtendCap, 1, &Value);
276 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, ExtendCap, 1, &Value);
282 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, ExtendCap, 1, &Value);
289 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, ExtendCa
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.c75 EfiPciIoWidthUint32,
113 EfiPciIoWidthUint32,
149 EfiPciIoWidthUint32,
216 EfiPciIoWidthUint32,
252 EfiPciIoWidthUint32,
286 EfiPciIoWidthUint32,
322 EfiPciIoWidthUint32,
356 EfiPciIoWidthUint32,
392 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c290 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x10, 1, &IOBarClear);
291 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x14, 1, &IOBarClear);
294 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x18, 1, &IOBarClear);
295 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x1C, 1, &IOBarClear);
H A DLegacyPci.c497 EfiPciIoWidthUint32,
1184 EfiPciIoWidthUint32,
1316 EfiPciIoWidthUint32,
1658 EfiPciIoWidthUint32,
1699 EfiPciIoWidthUint32,
1902 EfiPciIoWidthUint32,
2164 EfiPciIoWidthUint32,
2768 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1306 EfiPciIoWidthUint32,
1323 EfiPciIoWidthUint32,
1333 EfiPciIoWidthUint32,
1388 EfiPciIoWidthUint32,
1404 EfiPciIoWidthUint32,
1414 EfiPciIoWidthUint32,
1477 EfiPciIoWidthUint32,
1581 EfiPciIoWidthUint32,
1590 EfiPciIoWidthUint32,
1862 EfiPciIoWidthUint32,
[all...]
H A DPciEnumeratorSupport.c743 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &OriginalValue);
750 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &gAllOne);
751 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &Value);
756 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &OriginalValue);
808 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &OriginalValue);
815 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &gAllOne);
816 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &Value);
821 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &OriginalValue);
1895 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, Offset, 1, &gAllOne);
1928 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32,
[all...]
H A DPciCommand.c227 EfiPciIoWidthUint32,
H A DPciLib.c55 EfiPciIoWidthUint32,
68 EfiPciIoWidthUint32,
80 EfiPciIoWidthUint32,
92 EfiPciIoWidthUint32,
H A DPciOptionRomSupport.c589 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, Offset, 1, &gAllZero);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c182 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, 0, 1, &VendorDeviceId);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.c115 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.c246 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c347 EfiPciIoWidthUint32,
421 EfiPciIoWidthUint32,
H A DVBoxVgaUgaDraw.c241 EfiPciIoWidthUint32,
308 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c312 EfiPciIoWidthUint32,
457 EfiPciIoWidthUint32,
H A DCirrusLogic5430UgaDraw.c207 EfiPciIoWidthUint32,
346 EfiPciIoWidthUint32,
H A DCirrusLogic5430.c150 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciIo.h37 EfiPciIoWidthUint32, enumerator in enum:__anon12250
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c98 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciIo.h39 EfiPciIoWidthUint32, enumerator in enum:__anon15655
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c157 EfiPciIoWidthUint32,
303 EfiPciIoWidthUint32,
494 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c185 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, 0, sizeof (Pci) / sizeof (UINT32), &Pci);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c72 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c170 EfiPciIoWidthUint32,
577 EfiPciIoWidthUint32,
1981 EfiPciIoWidthUint32,
2156 EfiPciIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.c903 EfiPciIoWidthUint32,

Completed in 97 milliseconds

12