Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dtimer.c40 if (!(stat & TIMER_IRQSTAT_TIMER_CAUSE(i))) in timer_interrupt()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h423 #define TIMER_IRQSTAT_TIMER_CAUSE(x) (1 << (x)) macro