Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DtmrHw_reg.h78 #define tmrHw_CONTROL_MODE_MASK (tmrHw_CONTROL_PERIODIC | tmrHw_CONTROL_ONESHOT) macro
/linux-2.6.39/arch/arm/mach-bcmring/csp/tmr/
DtmrHw.c349 switch (pTmrHw[timerId].Control & tmrHw_CONTROL_MODE_MASK) { in tmrHw_GetCurrentCount()