Searched defs:DataByte0 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c87 UINT8 DataByte0; local
100 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount);
102 *BurstCount = (UINT16)((DataByte1 << 8) + DataByte0);

Completed in 32 milliseconds