Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/
DWatchdogTimer.c34 UINT64 mWatchdogTimerPeriod = 0; variable
75 mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod); in WatchdogTimerDriverExpires()
162 mWatchdogTimerPeriod = TimerPeriod; in WatchdogTimerDriverSetTimerPeriod()
166 (mWatchdogTimerPeriod == 0) ? TimerCancel : TimerRelative, in WatchdogTimerDriverSetTimerPeriod()
167 mWatchdogTimerPeriod in WatchdogTimerDriverSetTimerPeriod()
199 *TimerPeriod = mWatchdogTimerPeriod; in WatchdogTimerDriverGetTimerPeriod()