Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Timer.h69 #define TCLR_AR_AUTORELOAD BIT1 macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c47 MmioWrite32 (TimerBaseAddress + GPTIMER_TCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in TimerConstructor()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c137 MmioWrite32 (gTCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in DebugAgentTimerSetPeriod()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c204 MmioWrite32 (TCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in TimerDriverSetTimerPeriod()