Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c129 if (au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_M20) { in counter0_irq()
443 while (au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_M20); in au1xxx_timer_setup()
449 while (au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_M20); in au1xxx_timer_setup()
/linux-2.4.37.9/include/asm-mips/
Dau1000.h679 #define SYS_CNTRL_M20 (1<<3) macro