Home
last modified time | relevance | path

Searched refs:BurstCount (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c99 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument
106 if (BurstCount == NULL || TisReg == NULL) { in TisPcReadBurstCount()
116 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
117 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in TisPcReadBurstCount()
118 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
119 if (*BurstCount != 0) { in TisPcReadBurstCount()
221 UINT16 BurstCount; in Tpm2TisTpmCommand() local
259 Status = TisPcReadBurstCount (TisReg, &BurstCount); in Tpm2TisTpmCommand()
264 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()
306 BurstCount = 0; in Tpm2TisTpmCommand()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
DTisPc.c323 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument
330 if (BurstCount == NULL) { in TisPcReadBurstCount()
342 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
343 if (*BurstCount != 0) { in TisPcReadBurstCount()
429 UINT16 BurstCount; in TisPcSend() local
440 Status = TisPcReadBurstCount (&BurstCount); in TisPcSend()
445 for (; BurstCount > 0 && Index < DataLength; BurstCount--) { in TisPcSend()
498 UINT16 BurstCount; in TisPcReceive() local
520 BurstCount = 0; in TisPcReceive()
522 Status = TisPcReadBurstCount (&BurstCount); in TisPcReceive()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c143 OUT UINT16 *BurstCount in Tpm12TisPcReadBurstCount() argument
150 if (BurstCount == NULL || TisReg == NULL) { in Tpm12TisPcReadBurstCount()
160 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in Tpm12TisPcReadBurstCount()
161 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in Tpm12TisPcReadBurstCount()
162 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in Tpm12TisPcReadBurstCount()
163 if (*BurstCount != 0) { in Tpm12TisPcReadBurstCount()
265 UINT16 BurstCount; in Tpm12TisTpmCommand() local
304 Status = Tpm12TisPcReadBurstCount (TisReg, &BurstCount); in Tpm12TisTpmCommand()
309 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()
347 BurstCount = 0; in Tpm12TisTpmCommand()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
DTisPc.c83 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument
90 if (BurstCount == NULL || TisReg == NULL) { in TisPcReadBurstCount()
100 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
101 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in TisPcReadBurstCount()
102 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
103 if (*BurstCount != 0) { in TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpmCommLib.h66 UINT16 BurstCount; // 19h member
233 OUT UINT16 *BurstCount
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpmTis.h57 UINT16 BurstCount; // 19h member
DTpmPtp.h61 UINT16 BurstCount; // 19h member