Searched refs:TIMER_CTL_MONOTONIC_MASK (Results 1 – 2 of 2) sorted by relevance
166 reg &= ~TIMER_CTL_MONOTONIC_MASK; in bcm63xx_timer_set()168 reg |= TIMER_CTL_MONOTONIC_MASK; in bcm63xx_timer_set()
439 #define TIMER_CTL_MONOTONIC_MASK (1 << 30) macro