Home | History | Annotate | Download | only in PiDxeS3BootScriptLib

Lines Matching refs:EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE

1310   EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE  ScriptPciWrite2;

1319 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE) + (WidthInByte * Count));
1335 CopyMem ((VOID*)Script, (VOID*)&ScriptPciWrite2, sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE));
1336 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE)), Buffer, WidthInByte * Count);