Home
last modified time | relevance | path

Searched refs:DataByte0 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
DTisPc.c87 UINT8 DataByte0; in TisPcReadBurstCount() local
100 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
102 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c103 UINT8 DataByte0; in TisPcReadBurstCount() local
116 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
118 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
DTisPc.c327 UINT8 DataByte0; in TisPcReadBurstCount() local
340 DataByte0 = TpmReadByte (INFINEON_TPM_BURST0_COUNT_0_DEFAULT); in TisPcReadBurstCount()
342 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c147 UINT8 DataByte0; in Tpm12TisPcReadBurstCount() local
160 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in Tpm12TisPcReadBurstCount()
162 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in Tpm12TisPcReadBurstCount()