Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
DTimestampDxe.c36 EFI_TIMESTAMP_PROPERTIES mTimestampProperties = { variable
103 CopyMem((VOID *) Properties, (VOID *) &mTimestampProperties, sizeof (mTimestampProperties)); in TimestampDriverGetProperties()
140mTimestampProperties.Frequency = GetPerformanceCounterProperties(&mTimerLibStartValue, &mTimerLibE… in TimestampDriverInitialize()
146 mTimestampProperties.EndValue = mTimerLibEndValue - mTimerLibStartValue; in TimestampDriverInitialize()
148 mTimestampProperties.EndValue = mTimerLibStartValue - mTimerLibEndValue; in TimestampDriverInitialize()
151 …equency:0x%lx, TimerLibStartTime:0x%lx, TimerLibEndtime:0x%lx\n", mTimestampProperties.Frequency, … in TimestampDriverInitialize()