Searched refs:TCLR_ST_ON (Results 1 – 4 of 4) sorted by relevance
35 if ((MmioRead32 (TimerBaseAddress + GPTIMER_TCLR) & TCLR_ST_ON) == 0) { in TimerConstructor()47 MmioWrite32 (TimerBaseAddress + GPTIMER_TCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in TimerConstructor()
71 #define TCLR_ST_ON BIT0 macro
137 MmioWrite32 (gTCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in DebugAgentTimerSetPeriod()
204 MmioWrite32 (TCLR, TCLR_AR_AUTORELOAD | TCLR_ST_ON); in TimerDriverSetTimerPeriod()