Lines Matching full:periodic
45 unsigned long periodic; member
210 int periodic) in sh_tmu_set_next() argument
221 /* reload delta value in case of periodic timer */ in sh_tmu_set_next()
222 if (periodic) in sh_tmu_set_next()
339 static void sh_tmu_clock_event_start(struct sh_tmu_channel *ch, int periodic) in sh_tmu_clock_event_start() argument
343 if (periodic) { in sh_tmu_clock_event_start()
344 ch->periodic = (ch->tmu->rate + HZ/2) / HZ; in sh_tmu_clock_event_start()
345 sh_tmu_set_next(ch, ch->periodic, 1); in sh_tmu_clock_event_start()
359 int periodic) in sh_tmu_clock_event_set_state() argument
368 ch->index, periodic ? "periodic" : "oneshot"); in sh_tmu_clock_event_set_state()
369 sh_tmu_clock_event_start(ch, periodic); in sh_tmu_clock_event_set_state()