Lines Matching defs:t
90 for (int t = 0; t < NHW_TIMER_TOTAL_INST ; t++) { in nhw_timer_init() local
124 for (int t = 0; t< NHW_TIMER_TOTAL_INST; t++) { in nhw_timer_free() local
146 static uint32_t time_to_counter(bs_time_t delta, int t){ in time_to_counter()
156 static bs_time_t counter_to_time(uint64_t counter, int t){ in counter_to_time()
165 static uint32_t mask_from_bitmode(int t){ in mask_from_bitmode()
186 static uint64_t time_of_1_counter_wrap(int t){ in time_of_1_counter_wrap()
196 for ( int t = 0 ; t < N_TIMERS ; t++){ in update_master_timer() local
214 static void update_cc_timer(int t, int cc) { in update_cc_timer()
229 static void update_all_cc_timers(int t) { in update_all_cc_timers()
235 static void nhw_timer_eval_interrupts(int t) { in nhw_timer_eval_interrupts()
263 void nhw_timer_TASK_START(int t){ in nhw_timer_TASK_START()
277 void nhw_timer_TASK_STOP(int t) { in nhw_timer_TASK_STOP()
293 void nhw_timer_TASK_SHUTDOWN(int t) { in nhw_timer_TASK_SHUTDOWN()
313 void nhw_timer_TASK_CAPTURE(int t, int cc_n) { in nhw_timer_TASK_CAPTURE()
333 void nhw_timer_TASK_CLEAR(uint t) { in nhw_timer_TASK_CLEAR()
345 static void nhw_timer_signal_COMPARE(uint t, uint cc) { in nhw_timer_signal_COMPARE()
387 static void nhw_timer_signal_COMPARE_if(uint t, uint cc_n) { in nhw_timer_signal_COMPARE_if()
398 void nhw_timer_TASK_COUNT(uint t) { in nhw_timer_TASK_COUNT()
412 void nhw_timer_regw_sideeffects_TASKS_START(uint t) { in nhw_timer_regw_sideeffects_TASKS_START()
419 void nhw_timer_regw_sideeffects_TASKS_STOP(uint t) { in nhw_timer_regw_sideeffects_TASKS_STOP()
426 void nhw_timer_regw_sideeffects_TASKS_SHUTDOWN(uint t) { in nhw_timer_regw_sideeffects_TASKS_SHUTDOWN()
433 void nhw_timer_regw_sideeffects_TASKS_CAPTURE(uint t, uint cc_n){ in nhw_timer_regw_sideeffects_TASKS_CAPTURE()
440 void nhw_timer_regw_sideeffects_TASKS_CLEAR(uint t) { in nhw_timer_regw_sideeffects_TASKS_CLEAR()
447 void nhw_timer_regw_sideeffects_TASKS_COUNT(uint t) { in nhw_timer_regw_sideeffects_TASKS_COUNT()
502 void nhw_timer_regw_sideeffects_INTENSET(uint t) { in nhw_timer_regw_sideeffects_INTENSET()
512 void nhw_timer_regw_sideeffects_INTENCLR(uint t) { in nhw_timer_regw_sideeffects_INTENCLR()
523 void nhw_timer_regw_sideeffects_CC(uint t, uint cc_n) { in nhw_timer_regw_sideeffects_CC()
541 unsigned int t, cc; in nhw_hw_model_timer_timer_triggered() local
543 unsigned int t[N_TIMERS*N_MAX_CC]; in nhw_hw_model_timer_timer_triggered() member