Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTisPei.c50 UINT16 BurstCount; in TisTpmCommand() local
66 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisTpmCommand()
71 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in TisTpmCommand()
109 BurstCount = 0; in TisTpmCommand()
111 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisTpmCommand()
116 for (; BurstCount > 0; BurstCount--) { in TisTpmCommand()
142 for (; BurstCount > 0; BurstCount--) { in TisTpmCommand()
150 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c64 UINT16 BurstCount; // 19h member
254 OUT UINT16 *BurstCount in Tpm12TisPcReadBurstCount() argument
261 if (BurstCount == NULL || TisReg == NULL) { in Tpm12TisPcReadBurstCount()
271 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in Tpm12TisPcReadBurstCount()
272 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in Tpm12TisPcReadBurstCount()
273 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in Tpm12TisPcReadBurstCount()
274 if (*BurstCount != 0) { in Tpm12TisPcReadBurstCount()
376 UINT16 BurstCount; in Tpm12TisTpmCommand() local
414 Status = Tpm12TisPcReadBurstCount (TisReg, &BurstCount); in Tpm12TisTpmCommand()
419 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c64 UINT16 BurstCount; // 19h member
260 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument
267 if (BurstCount == NULL || TisReg == NULL) { in TisPcReadBurstCount()
277 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
278 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in TisPcReadBurstCount()
279 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
280 if (*BurstCount != 0) { in TisPcReadBurstCount()
382 UINT16 BurstCount; in Tpm2TisTpmCommand() local
420 Status = TisPcReadBurstCount (TisReg, &BurstCount); in Tpm2TisTpmCommand()
425 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()
[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/Tcg/TcgDxe/
DTisDxe.c43 UINT16 BurstCount; in TisPcSend() local
54 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisPcSend()
58 for (; BurstCount > 0 && Index < DataLength; BurstCount--) { in TisPcSend()
96 UINT16 BurstCount; in TisPcReceive() local
117 BurstCount = 0; in TisPcReceive()
119 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisPcReceive()
123 for (; BurstCount > 0 ; BurstCount--) { in TisPcReceive()
149 for (; BurstCount > 0 ; BurstCount--) { in TisPcReceive()
156 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisPcReceive()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpmCommLib.h66 UINT16 BurstCount; // 19h member
233 OUT UINT16 *BurstCount