Searched refs:timer_writew (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/nios2/kernel/ |
H A D | time.c | 65 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) timer_writew() function 74 timer_writew(timer, 0, ALTERA_TIMER_SNAPL_REG); read_timersnapshot() 116 timer_writew(timer, ctrl, ALTERA_TIMER_CONTROL_REG); nios2_timer_start() 125 timer_writew(timer, ctrl, ALTERA_TIMER_CONTROL_REG); nios2_timer_stop() 139 timer_writew(timer, ctrl | ALTERA_TIMER_CONTROL_STOP_MSK, nios2_timer_config() 143 timer_writew(timer, period, ALTERA_TIMER_PERIODL_REG); nios2_timer_config() 144 timer_writew(timer, period >> 16, ALTERA_TIMER_PERIODH_REG); nios2_timer_config() 151 timer_writew(timer, ctrl, ALTERA_TIMER_CONTROL_REG); nios2_timer_config() 193 timer_writew(&nios2_ced->timer, 0, ALTERA_TIMER_STATUS_REG); timer_interrupt() 241 timer_writew(&nios2_ce.timer, 0, ALTERA_TIMER_STATUS_REG); nios2_clockevent_init() 263 timer_writew(&nios2_cs.timer, USHRT_MAX, ALTERA_TIMER_PERIODL_REG); nios2_clocksource_init() 264 timer_writew(&nios2_cs.timer, USHRT_MAX, ALTERA_TIMER_PERIODH_REG); nios2_clocksource_init() 268 timer_writew(&nios2_cs.timer, ctrl, ALTERA_TIMER_CONTROL_REG); nios2_clocksource_init()
|
Completed in 33 milliseconds