Searched defs:WidthInByte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c806 UINT8 WidthInByte; local
809 WidthInByte = (UINT8) (0x01 << (Width & 0x03));
810 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_IO_WRITE) + (WidthInByte * Count));
825 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_IO_WRITE)), Buffer, WidthInByte * Count);
854 UINT8 WidthInByte; local
857 WidthInByte = (UINT8) (0x01 << (Width & 0x03));
858 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_IO_READ_WRITE) + (WidthInByte * 2));
873 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_IO_READ_WRITE)), Data, WidthInByte);
874 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_IO_READ_WRITE) + WidthInByte), DataMask, WidthInByte);
902 UINT8 WidthInByte; local
950 UINT8 WidthInByte; local
998 UINT8 WidthInByte; local
1046 UINT8 WidthInByte; local
1100 UINT8 WidthInByte; local
1151 UINT8 WidthInByte; local
1338 UINT8 WidthInByte; local
1515 UINT8 WidthInByte; local
1573 UINT8 WidthInByte; local
1631 UINT8 WidthInByte; local
[all...]

Completed in 76 milliseconds