Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTisDxe.c187 UINT32 DataDword; in TisPcSendV() local
209 DataDword = VA_ARG (*ap, UINT32); in TisPcSendV()
210 DataDword = SwapBytes32 (DataDword); in TisPcSendV()
211 Raw = (UINT8*)&DataDword; in TisPcSendV()
212 Size = sizeof (DataDword); in TisPcSendV()