Searched refs:timer_baseaddr (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/microblaze/kernel/
H A Dtimer.c37 static unsigned int timer_baseaddr; variable
38 #define TIMER_BASE timer_baseaddr
251 unsigned int timer_baseaddr = 0; local
275 timer_baseaddr = *(int *) of_get_property(timer, "reg", NULL);
276 timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE);
286 selfmod_function((int *) arr_func, timer_baseaddr);
289 timer_list[i], timer_baseaddr, irq);

Completed in 34 milliseconds