Searched refs:EfiPciWidthUint32 (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciOptionRomSupport.c | 277 EfiPciWidthUint32, 291 EfiPciWidthUint32, 599 (EFI_PCI_IO_PROTOCOL_WIDTH) EfiPciWidthUint32, 633 (EFI_PCI_IO_PROTOCOL_WIDTH) EfiPciWidthUint32,
|
H A D | PciEnumeratorSupport.c | 54 EfiPciWidthUint32, 66 EfiPciWidthUint32, 2631 EfiPciWidthUint32, 2648 EfiPciWidthUint32,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | PciRootBridgeIo.h | 39 EfiPciWidthUint32, enumerator in enum:__anon15660
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciRootBridgeIo.c | 590 4, // EfiPciWidthUint32 608 4, // EfiPciWidthUint32 918 case EfiPciWidthUint32: 940 case EfiPciWidthUint32: 1039 case EfiPciWidthUint32: 1058 case EfiPciWidthUint32: 1141 case EfiPciWidthUint32: 1160 case EfiPciWidthUint32:
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Mm.c | 69 } else if (Width == EfiPciWidthUint32) { 111 } else if (Width == EfiPciWidthUint32) { 340 Width = EfiPciWidthUint32;
|
H A D | Pci.c | 2246 EfiPciWidthUint32, 3257 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); 3258 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); 3259 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &OldBar32); 3276 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); 3277 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); 3278 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &OldBar64); 4588 EfiPciWidthUint32, 4682 EfiPciWidthUint32,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPciLibPciRootBridgeIo/ |
H A D | PciLib.c | 896 return SmmPciLibPciRootBridgeIoReadWorker (Address, EfiPciWidthUint32); 925 return SmmPciLibPciRootBridgeIoWriteWorker (Address, EfiPciWidthUint32, Value);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciLibPciRootBridgeIo/ |
H A D | PciLib.c | 898 return DxePciLibPciRootBridgeIoReadWorker (Address, EfiPciWidthUint32); 927 return DxePciLibPciRootBridgeIoWriteWorker (Address, EfiPciWidthUint32, Value);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | PciRootBridgeIo.h | 39 EfiPciWidthUint32, enumerator in enum:__anon12256
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
H A D | PciSegmentLib.c | 962 return DxePciSegmentLibPciRootBridgeIoReadWorker (Address, EfiPciWidthUint32); 989 return DxePciSegmentLibPciRootBridgeIoWriteWorker (Address, EfiPciWidthUint32, Value);
|
Completed in 69 milliseconds