Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c35 if ((MmioRead32 (TimerBaseAddress + GPTIMER_TCLR) & TCLR_ST_ON) == 0) { in TimerConstructor()
47 MmioWrite32 (TimerBaseAddress + GPTIMER_TCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in TimerConstructor()
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Timer.h37 #define GPTIMER_TCLR (0x0024) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c88 gTCLR = TimerBaseAddress + GPTIMER_TCLR; in DebugAgentTimerIntialize()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c345 TCLR = TimerBaseAddress + GPTIMER_TCLR; in TimerInitialize()