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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dtimer.h74 volatile unsigned int l10_timer_limit; member in struct:sun4m_timer_regs
94 volatile unsigned int l10_timer_limit; member in struct:sun4d_timer_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dtimer.h74 volatile unsigned int l10_timer_limit; member in struct:sun4m_timer_regs
94 volatile unsigned int l10_timer_limit; member in struct:sun4d_timer_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4m_irq.c200 clear_intr = sun4m_timers->l10_timer_limit;
265 sun4m_timers->l10_timer_limit = (((1000000/HZ) + 1) << 10);
267 master_l10_limit = &sun4m_timers->l10_timer_limit;
H A Dsun4d_irq.c424 clear_intr = sun4d_timers->l10_timer_limit;
455 sun4d_timers->l10_timer_limit = (((1000000/HZ) + 1) << 10);
457 master_l10_limit = &sun4d_timers->l10_timer_limit;

Completed in 91 milliseconds