Home
last modified time | relevance | path

Searched refs:ByteValue (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemu.c206 UINT8 ByteValue; member
355 SuspendToRam->Pm1aCntSlpTyp.ByteValue = 1; // PIIX4: STR in GetSuspendStates()
360 SuspendToDisk->Pm1aCntSlpTyp.ByteValue = 2; // PIIX4: POSCL in GetSuspendStates()
379 SuspendToRam->Pm1aCntSlpTyp.ByteValue = in GetSuspendStates()
382 SuspendToRam->Pm1aCntSlpTyp.ByteValue)); in GetSuspendStates()
389 SuspendToDisk->Pm1aCntSlpTyp.ByteValue = in GetSuspendStates()
392 SuspendToDisk->Pm1aCntSlpTyp.ByteValue)); in GetSuspendStates()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
DPatchPcdValue.py169 ByteValue = int(ByteString, 16)
171 ByteValue = int(ByteString)
172 ByteList[ValueOffset + Index] = ByteValue % 0x100
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c2960 UINT8 ByteValue; in AllocMemInMemoryBlock() local
2968 ByteValue = MemoryHeader->BitArrayPtr[0]; in AllocMemInMemoryBlock()
2975 BitValue = (UINT8)(ByteValue & 0x1); in AllocMemInMemoryBlock()
3014 ByteValue /= 2; in AllocMemInMemoryBlock()
3026 ByteValue = MemoryHeader->BitArrayPtr[TempBytePos]; in AllocMemInMemoryBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g3204 UINT8 ByteValue
3215 ByteValue - opcode value
3223 mOpcodeHandler.AddOpcodeByte (ByteValue, LineNum);
3227 UINT8 ByteValue,
3240 ByteValue - raw byte to write
3241 Key - character to tag the byte with when we write ByteValue to the
3250 mOpcodeHandler.AddByte (ByteValue, Key);