HomeSort by relevance Sort by last modified time
    Searched refs:gTISR (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 28 volatile UINT32 gTISR;
87 gTISR = TimerBaseAddress + GPTIMER_TISR;
156 MmioWrite32 (gTISR, TISR_CLEAR_ALL);
159 while ((MmioRead32 (gTISR) & TISR_ALL_INTERRUPT_MASK) != TISR_NO_INTERRUPTS_PENDING);
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 28 volatile UINT32 gTISR;
87 gTISR = TimerBaseAddress + GPTIMER_TISR;
156 MmioWrite32 (gTISR, TISR_CLEAR_ALL);
159 while ((MmioRead32 (gTISR) & TISR_ALL_INTERRUPT_MASK) != TISR_NO_INTERRUPTS_PENDING);

Completed in 2744 milliseconds