Searched refs:BurstCount (Results 1 – 6 of 6) sorted by relevance
50 UINT16 BurstCount; in TisTpmCommand() local66 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()
64 UINT16 BurstCount; // 19h member254 OUT UINT16 *BurstCount in Tpm12TisPcReadBurstCount() argument261 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() local414 Status = Tpm12TisPcReadBurstCount (TisReg, &BurstCount); in Tpm12TisTpmCommand()419 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()[all …]
64 UINT16 BurstCount; // 19h member260 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument267 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() local420 Status = TisPcReadBurstCount (TisReg, &BurstCount); in Tpm2TisTpmCommand()425 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()[all …]
83 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument90 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()
43 UINT16 BurstCount; in TisPcSend() local54 Status = TisPcReadBurstCount (TisReg, &BurstCount); in TisPcSend()58 for (; BurstCount > 0 && Index < DataLength; BurstCount--) { in TisPcSend()96 UINT16 BurstCount; in TisPcReceive() local117 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()
66 UINT16 BurstCount; // 19h member233 OUT UINT16 *BurstCount