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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4c_irq.c122 volatile struct sun4c_timer_info *sun4c_timers; variable in typeref:struct:sun4c_timer_info
136 clear_intr = sun4c_timers->timer_limit10;
158 sun4c_timers = &sun4_timer;
161 sun4c_timers = ioremap(SUN_TIMER_PHYSADDR,
168 sun4c_timers->timer_limit10 = (((1000000/HZ) + 1) << 10);
169 master_l10_counter = &sun4c_timers->cur_count10;
170 master_l10_limit = &sun4c_timers->timer_limit10;

Completed in 89 milliseconds