Home
last modified time | relevance | path

Searched refs:BufferOut (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTisPei.c45 IN OUT UINT8 *BufferOut, in TisTpmCommand() argument
117 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in TisTpmCommand()
125 CopyMem (&Data16, BufferOut, sizeof (UINT16)); in TisTpmCommand()
131 CopyMem (&Data32, (BufferOut + 2), sizeof (UINT32)); in TisTpmCommand()
143 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in TisTpmCommand()
DTpmComm.c39 IN OUT UINT8 *BufferOut,
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c371 IN OUT UINT8 *BufferOut, in Tpm12TisTpmCommand() argument
465 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in Tpm12TisTpmCommand()
473 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index])); in Tpm12TisTpmCommand()
480 CopyMem (&Data16, BufferOut, sizeof (UINT16)); in Tpm12TisTpmCommand()
487 CopyMem (&Data32, (BufferOut + 2), sizeof (UINT32)); in Tpm12TisTpmCommand()
499 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in Tpm12TisTpmCommand()
516 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index])); in Tpm12TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c377 IN OUT UINT8 *BufferOut, in Tpm2TisTpmCommand() argument
475 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in Tpm2TisTpmCommand()
483 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index])); in Tpm2TisTpmCommand()
490 CopyMem (&Data16, BufferOut, sizeof (UINT16)); in Tpm2TisTpmCommand()
498 CopyMem (&Data32, (BufferOut + 2), sizeof (UINT32)); in Tpm2TisTpmCommand()
510 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg->DataFifo); in Tpm2TisTpmCommand()
527 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index])); in Tpm2TisTpmCommand()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGuidSection.py218 BufferOut = FileHandleOut.read()
219 if BufferIn == BufferOut[TempFileSize - InputFileSize:]: