Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c28 volatile UINT32 gTISR; variable
87 gTISR = TimerBaseAddress + GPTIMER_TISR; in DebugAgentTimerIntialize()
156 MmioWrite32 (gTISR, TISR_CLEAR_ALL); in DebugAgentTimerEndOfInterrupt()
159 while ((MmioRead32 (gTISR) & TISR_ALL_INTERRUPT_MASK) != TISR_NO_INTERRUPTS_PENDING); in DebugAgentTimerEndOfInterrupt()