Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/csp/tmr/
DtmrHw.c96 pTmrHw[timerId].LoadValue = 0; in ResetTimer()
97 pTmrHw[timerId].CurrentValue = 0xFFFFFFFF; in ResetTimer()
98 pTmrHw[timerId].Control = 0; in ResetTimer()
99 pTmrHw[timerId].BackgroundLoad = 0; in ResetTimer()
101 pTmrHw[timerId].Control |= tmrHw_CONTROL_32BIT; in ResetTimer()
103 if (pTmrHw[timerId].RawInterruptStatus) { in ResetTimer()
104 pTmrHw[timerId].InterruptClear = 0xFFFFFFFF; in ResetTimer()
125 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_1; in SetTimerPeriod()
128 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_16; in SetTimerPeriod()
131 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_256; in SetTimerPeriod()
[all …]
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DtmrHw_reg.h80 #define pTmrHw ((volatile tmrHw_REG_t *)tmrHw_MODULE_BASE_ADDR) macro