Home
last modified time | relevance | path

Searched refs:sun4d_timers (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
Dsun4d_irq.c44 struct sun4d_timer_regs *sun4d_timers; variable
434 clear_intr = sun4d_timers->l10_timer_limit; in sun4d_clear_clock_irq()
462 sun4d_timers = (struct sun4d_timer_regs *) sbus_ioremap(&r, 0, in sun4d_init_timers()
465 sun4d_timers->l10_timer_limit = (((1000000/HZ) + 1) << 10); in sun4d_init_timers()
466 master_l10_counter = &sun4d_timers->l10_cur_count; in sun4d_init_timers()
467 master_l10_limit = &sun4d_timers->l10_timer_limit; in sun4d_init_timers()
/linux-2.4.37.9/include/asm-sparc/
Dtimer.h101 extern struct sun4d_timer_regs *sun4d_timers;