Searched refs:BurstCount (Results 1 – 7 of 7) sorted by relevance
99 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument106 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() local259 Status = TisPcReadBurstCount (TisReg, &BurstCount); in Tpm2TisTpmCommand()264 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()306 BurstCount = 0; in Tpm2TisTpmCommand()[all …]
323 OUT UINT16 *BurstCount in TisPcReadBurstCount() argument330 if (BurstCount == NULL) { in TisPcReadBurstCount()342 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()343 if (*BurstCount != 0) { in TisPcReadBurstCount()429 UINT16 BurstCount; in TisPcSend() local440 Status = TisPcReadBurstCount (&BurstCount); in TisPcSend()445 for (; BurstCount > 0 && Index < DataLength; BurstCount--) { in TisPcSend()498 UINT16 BurstCount; in TisPcReceive() local520 BurstCount = 0; in TisPcReceive()522 Status = TisPcReadBurstCount (&BurstCount); in TisPcReceive()[all …]
143 OUT UINT16 *BurstCount in Tpm12TisPcReadBurstCount() argument150 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() local304 Status = Tpm12TisPcReadBurstCount (TisReg, &BurstCount); in Tpm12TisTpmCommand()309 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()347 BurstCount = 0; in Tpm12TisTpmCommand()[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()
66 UINT16 BurstCount; // 19h member233 OUT UINT16 *BurstCount
57 UINT16 BurstCount; // 19h member
61 UINT16 BurstCount; // 19h member