Searched refs:TIMER_PRESCALE (Results 1 – 2 of 2) sorted by relevance
59 #define TIMER_PRESCALE 255 macro64 (TIMER_PRESCALE << SCUTIMER_CONTROL_PRESCALER_SHIFT) | in timer_init()85 gd->arch.timer_rate_hz = (gd->cpu_clk / 2) / (TIMER_PRESCALE + 1); in timer_init()
24 #define TIMER_PRESCALE 65536 macro39 val = (TIMER_FREQ / TIMER_PRESCALE) * priv->timeout; in mt7620_wdt_ping()
Completed in 3 milliseconds