Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DtmrHw_reg.h67 #define tmrHw_CONTROL_TIMER_ENABLE 0x00000080 macro
/linux-2.6.39/arch/arm/mach-bcmring/csp/tmr/
DtmrHw.c315 pTmrHw[timerId].Control |= tmrHw_CONTROL_TIMER_ENABLE; in tmrHw_startTimer()
332 pTmrHw[timerId].Control &= ~tmrHw_CONTROL_TIMER_ENABLE; in tmrHw_stopTimer()