Searched refs:NUM_TIMER_STATS (Results 1 – 2 of 2) sorted by relevance
103 #define NUM_TIMER_STATS 16 macro105 struct fast_timer timer_added_log[NUM_TIMER_STATS];106 struct fast_timer timer_started_log[NUM_TIMER_STATS];107 struct fast_timer timer_expired_log[NUM_TIMER_STATS];110 int timer_div_settings[NUM_TIMER_STATS];111 int timer_freq_settings[NUM_TIMER_STATS];112 int timer_delay_settings[NUM_TIMER_STATS];174 timer_div_settings[fast_timers_started % NUM_TIMER_STATS] = div; in start_timer1()175 timer_freq_settings[fast_timers_started % NUM_TIMER_STATS] = freq_index; in start_timer1()176 timer_delay_settings[fast_timers_started % NUM_TIMER_STATS] = delay_us; in start_timer1()[all …]
87 #define NUM_TIMER_STATS 16 macro89 struct fast_timer timer_added_log[NUM_TIMER_STATS];90 struct fast_timer timer_started_log[NUM_TIMER_STATS];91 struct fast_timer timer_expired_log[NUM_TIMER_STATS];94 int timer_div_settings[NUM_TIMER_STATS];95 int timer_delay_settings[NUM_TIMER_STATS];152 timer_div_settings[fast_timers_started % NUM_TIMER_STATS] = trig; in start_timer_trig()153 timer_delay_settings[fast_timers_started % NUM_TIMER_STATS] = delay_us; in start_timer_trig()231 timer_added_log[fast_timers_added % NUM_TIMER_STATS] = *t; in start_one_shot_timer()244 timer_started_log[fast_timers_started % NUM_TIMER_STATS] = *t; in start_one_shot_timer()[all …]