Searched refs:tgcr (Results 1 - 2 of 2) sorted by relevance

/arch/arm/mach-davinci/
H A Dtime.c208 u32 tgcr; local
218 tgcr = 0;
219 __raw_writel(tgcr, base[i] + TGCR);
222 tgcr = TGCR_TIMMODE_32BIT_UNCHAINED << TGCR_TIMMODE_SHIFT;
223 __raw_writel(tgcr, base[i] + TGCR);
226 tgcr |= (TGCR_UNRESET << TGCR_TIM12RS_SHIFT) |
228 __raw_writel(tgcr, base[i] + TGCR);
421 u32 tgcr, wdtcr; local
438 tgcr = 0;
439 __raw_writel(tgcr, bas
[all...]
/arch/c6x/platforms/
H A Dtimer64.c31 u32 tgcr; member in struct:timer_regs
107 val = soc_readl(&timer->tgcr) & ~TGCR_TIMMODE_MASK;
108 soc_writel(val, &timer->tgcr);
109 soc_writel(val | (TGCR_TIMLORS | TGCR_TIMMODE_UD32), &timer->tgcr);

Completed in 111 milliseconds