Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dtimer.c67 reg |= TIMER_CTL_ENABLE_MASK; in bcm63xx_timer_enable()
91 reg &= ~TIMER_CTL_ENABLE_MASK; in bcm63xx_timer_disable()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h440 #define TIMER_CTL_ENABLE_MASK (1 << 31) macro