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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dtime.c205 u32 tgcr; local
215 tgcr = 0;
216 __raw_writel(tgcr, base[i] + TGCR);
219 tgcr = TGCR_TIMMODE_32BIT_UNCHAINED << TGCR_TIMMODE_SHIFT;
220 __raw_writel(tgcr, base[i] + TGCR);
223 tgcr |= (TGCR_UNRESET << TGCR_TIM12RS_SHIFT) |
225 __raw_writel(tgcr, base[i] + TGCR);
410 u32 tgcr, wdtcr; local
427 tgcr = 0;
428 __raw_writel(tgcr, bas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Ddavinci_wdt.c90 u32 tgcr; local
102 tgcr = TIMMODE_64BIT_WDOG | TIM12RS_UNRESET | TIM34RS_UNRESET;
103 iowrite32(tgcr, wdt_base + TGCR);

Completed in 34 milliseconds