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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/
H A Dtime.c32 #define TIMER_CLOCKSOURCE 1 macro
109 return readl(NETX_GPIO_COUNTER_CURRENT(TIMER_CLOCKSOURCE));
147 writel(0, NETX_GPIO_COUNTER_CTRL(TIMER_CLOCKSOURCE));
148 writel(0, NETX_GPIO_COUNTER_CURRENT(TIMER_CLOCKSOURCE));
149 writel(0xffffffff, NETX_GPIO_COUNTER_MAX(TIMER_CLOCKSOURCE));
152 NETX_GPIO_COUNTER_CTRL(TIMER_CLOCKSOURCE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dtime.c29 #define TIMER_CLOCKSOURCE 1 macro
35 return jz4740_timer_get_count(TIMER_CLOCKSOURCE);
135 jz4740_timer_set_ctrl(TIMER_CLOCKSOURCE, ctrl);
140 jz4740_timer_set_period(TIMER_CLOCKSOURCE, 0xffff);
143 jz4740_timer_enable(TIMER_CLOCKSOURCE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dtime-ns9360.c24 #define TIMER_CLOCKSOURCE 0 macro
30 return __raw_readl(SYS_TR(TIMER_CLOCKSOURCE));
34 .name = "ns9360-timer" __stringify(TIMER_CLOCKSOURCE),
132 tc = __raw_readl(SYS_TC(TIMER_CLOCKSOURCE));
135 __raw_writel(tc, SYS_TC(TIMER_CLOCKSOURCE));
138 __raw_writel(0, SYS_TRC(TIMER_CLOCKSOURCE));
149 __raw_writel(tc, SYS_TC(TIMER_CLOCKSOURCE));

Completed in 88 milliseconds