Home
last modified time | relevance | path

Searched refs:DataByte1 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
DTisPc.c88 UINT8 DataByte1; in TisPcReadBurstCount() local
101 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in TisPcReadBurstCount()
102 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c259 UINT8 DataByte1; in Tpm12TisPcReadBurstCount() local
272 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in Tpm12TisPcReadBurstCount()
273 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in Tpm12TisPcReadBurstCount()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c265 UINT8 DataByte1; in TisPcReadBurstCount() local
278 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1); in TisPcReadBurstCount()
279 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0); in TisPcReadBurstCount()