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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dtime.c40 #define MXC_TCTL 0x00 macro
81 tmp = __raw_readl(timer_base + MXC_TCTL);
82 __raw_writel(tmp & ~MX1_2_TCTL_IRQEN, timer_base + MXC_TCTL);
91 __raw_writel(__raw_readl(timer_base + MXC_TCTL) | MX1_2_TCTL_IRQEN,
92 timer_base + MXC_TCTL); local
307 __raw_writel(0, timer_base + MXC_TCTL);
315 __raw_writel(tctl_val, timer_base + MXC_TCTL);

Completed in 111 milliseconds