Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dtimer.c153 u32 reg, countdown; in bcm63xx_timer_set() local
159 countdown = bcm63xx_timer_countdown(countdown_us); in bcm63xx_timer_set()
160 if (countdown & ~TIMER_CTL_COUNTDOWN_MASK) in bcm63xx_timer_set()
172 reg |= countdown; in bcm63xx_timer_set()