Home
last modified time | relevance | path

Searched refs:DataByte0 (Results 1 – 3 of 3) 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/Tpm12DeviceLibDTpm/
DTpm12Tis.c258 UINT8 DataByte0; in Tpm12TisPcReadBurstCount() local
271 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in Tpm12TisPcReadBurstCount()
273 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in Tpm12TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c264 UINT8 DataByte0; in TisPcReadBurstCount() local
277 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount); in TisPcReadBurstCount()
279 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()