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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_timer.c95 static struct clk *timer_clock; variable in typeref:struct:clk
99 clk_set_rate(timer_clock, new_freq);
100 clk_enable(timer_clock);
105 clk_disable(timer_clock);
110 timer_clock = clk_get(NULL, TMU_CHANNEL);
112 if (timer_clock == NULL)
116 timer_clock = NULL;
129 clk_disable(timer_clock);
131 clk_put(timer_clock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dtcb_clksrc.c86 static u32 timer_clock; variable
109 __raw_writel(timer_clock
126 __raw_writel(timer_clock | ATMEL_TC_CPCSTOP
191 timer_clock = clk32k_divisor_idx;

Completed in 46 milliseconds