Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c40 MmioWrite32 (TimerBaseAddress + GPTIMER_TCRR, 0x00000000); in TimerConstructor()
91 TimerCountRegister = TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR; in NanoSecondDelay()
112 return (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR); in GetPerformanceCounter()
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Timer.h38 #define GPTIMER_TCRR (0x0028) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c90 gTCRR = TimerBaseAddress + GPTIMER_TCRR; in DebugAgentTimerIntialize()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c347 TCRR = TimerBaseAddress + GPTIMER_TCRR; in TimerInitialize()