Home
last modified time | relevance | path

Searched refs:CurrentValue (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/csp/tmr/
DtmrHw.c97 pTmrHw[timerId].CurrentValue = 0xFFFFFFFF; in ResetTimer()
351 if (pTmrHw[timerId].CurrentValue) { in tmrHw_GetCurrentCount()
352 return tmrHw_MAX_COUNT - pTmrHw[timerId].CurrentValue; in tmrHw_GetCurrentCount()
358 pTmrHw[timerId].CurrentValue; in tmrHw_GetCurrentCount()
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DtmrHw_reg.h57 uint32_t CurrentValue; /* Current value for timer */ member