Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dtimer.c71 reg |= TIMER_IRQSTAT_TIMER_IR_EN(id); in bcm63xx_timer_enable()
95 reg &= ~TIMER_IRQSTAT_TIMER_IR_EN(id); in bcm63xx_timer_disable()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h276 #define TIMER_IRQSTAT_TIMER_IR_EN(x) (1 << ((x) + 8)) macro