Searched refs:rt_timer_w32 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/ralink/ |
A D | timer.c | 37 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32() function 51 rt_timer_w32(rt, TIMER_REG_TMR0LOAD, rt->timer_freq / rt->timer_div); in rt_timer_irq() 52 rt_timer_w32(rt, TIMER_REG_TMRSTAT, TMRSTAT_TMR0INT); in rt_timer_irq() 66 rt_timer_w32(rt, TIMER_REG_TMR0CTL, t); in rt_timer_request() 78 rt_timer_w32(rt, TIMER_REG_TMR0LOAD, rt->timer_freq / rt->timer_div); in rt_timer_config() 87 rt_timer_w32(rt, TIMER_REG_TMR0LOAD, rt->timer_freq / rt->timer_div); in rt_timer_enable() 91 rt_timer_w32(rt, TIMER_REG_TMR0CTL, t); in rt_timer_enable()
|
Completed in 3 milliseconds