OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugTimerFrequency
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DxeDebugAgentLib.c
255
UINT32
DebugTimerFrequency
;
309
mDebugMpContext.DebugTimerInitCount = InitializeDebugTimer (&
DebugTimerFrequency
, TRUE);
310
UpdateMailboxContent (mMailboxPointer, DEBUG_MAILBOX_DEBUG_TIMER_FREQUENCY,
DebugTimerFrequency
);
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.c
378
UINT32
DebugTimerFrequency
;
410
InitializeDebugTimer (&
DebugTimerFrequency
, TRUE);
411
UpdateMailboxContent (Mailbox, DEBUG_MAILBOX_DEBUG_TIMER_FREQUENCY,
DebugTimerFrequency
);
542
InitializeDebugTimer (&
DebugTimerFrequency
, TRUE);
543
UpdateMailboxContent (Mailbox, DEBUG_MAILBOX_DEBUG_TIMER_FREQUENCY,
DebugTimerFrequency
);
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
SmmDebugAgentLib.c
193
UINT32
DebugTimerFrequency
;
246
InitializeDebugTimer (&
DebugTimerFrequency
, TRUE);
247
UpdateMailboxContent (Mailbox, DEBUG_MAILBOX_DEBUG_TIMER_FREQUENCY,
DebugTimerFrequency
);
359
InitializeDebugTimer (&
DebugTimerFrequency
, TRUE);
360
UpdateMailboxContent (mMailboxPointer, DEBUG_MAILBOX_DEBUG_TIMER_FREQUENCY,
DebugTimerFrequency
);
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h
145
UINT32
DebugTimerFrequency
;
Completed in 100 milliseconds