Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/bcm63xx/
Dtimer.c166 reg &= ~TIMER_CTL_MONOTONIC_MASK; in bcm63xx_timer_set()
168 reg |= TIMER_CTL_MONOTONIC_MASK; in bcm63xx_timer_set()
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h439 #define TIMER_CTL_MONOTONIC_MASK (1 << 30) macro