Searched refs:EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DEfiBootScript.h131 } EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE; typedef in typeref:struct:__anon4346
210 EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE *PciWrite;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h82 } EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE; typedef in typeref:struct:__anon6293
H A DBootScriptSave.c1103 EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE ScriptPciWrite;
1112 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE) + (WidthInByte * Count));
1127 CopyMem ((VOID*)Script, (VOID*)&ScriptPciWrite, sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE));
1128 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE)), Buffer, WidthInByte * Count);
H A DBootScriptExecute.c875 Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE OP code.
890 EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE PciCfgWrite;
892 CopyMem ((VOID*)&PciCfgWrite, (VOID*)Script, sizeof(EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE));
897 Buffer = Script + sizeof(EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
H A DSmmScriptSave.c231 NodeLength = sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE) + (WidthInByte * Count);
242 (UINT8*)(Script.Raw + sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE)),

Completed in 76 milliseconds