Lines Matching defs:rtc
262 static uint64_t time_sub_us_to_counter(uint rtc, uint64_t delta_sub_us) { in time_sub_us_to_counter()
272 static uint64_t counter_to_time_sub_us(uint rtc, uint64_t counter) { in counter_to_time_sub_us()
283 static uint64_t time_of_1_counter_wrap_sub_us(uint rtc) { in time_of_1_counter_wrap_sub_us()
290 static bs_time_t get_counter_match_time(uint rtc, uint64_t counter_match, uint64_t* next_match_sub_… in get_counter_match_time()
329 for (int rtc = 0; rtc < NHW_RTC_TOTAL_INST ; rtc++) { in nhw_rtc_update_master_timer() local
352 static void update_cc_timer(uint rtc, uint cc) { in update_cc_timer()
361 static void update_all_cc_timers(uint rtc) { in update_all_cc_timers()
367 static void update_overflow_timer(uint rtc) { in update_overflow_timer()
372 static void update_timers(int rtc) in update_timers()
385 static void nhw_rtc_set_counter(uint rtc, uint64_t counter_val) in nhw_rtc_set_counter()
412 static void handle_overflow_event(uint rtc) in handle_overflow_event()
432 for (int rtc = 0; rtc < NHW_RTC_TOTAL_INST ; rtc++) { in nhw_rtc_timer_triggered() local
472 void nhw_rtc_update_COUNTER(uint rtc) { in nhw_rtc_update_COUNTER()
490 static void nhw_rtc_TASKS_START(uint rtc) { in nhw_rtc_TASKS_START()
509 static void nhw_rtc_TASKS_STOP(uint rtc) { in nhw_rtc_TASKS_STOP()
532 static void nhw_rtc_TASKS_CLEAR(uint rtc) { in nhw_rtc_TASKS_CLEAR()
544 static void nhw_rtc_TASKS_TRIGOVRFLW(uint rtc) { in nhw_rtc_TASKS_TRIGOVRFLW()
555 static void nhw_rtc_TASKS_CAPTURE(uint rtc, uint cc_n) { in nhw_rtc_TASKS_CAPTURE()
565 static void nhw_rtc_eval_interrupts(uint rtc) { in nhw_rtc_eval_interrupts()
600 static void nhw_rtc_signal_COMPARE(uint rtc, uint cc) in nhw_rtc_signal_COMPARE()
647 static void nhw_rtc_signal_OVERFLOW(uint rtc) in nhw_rtc_signal_OVERFLOW()
683 /*static*/ void nhw_rtc_signal_TICK(uint rtc) /*Not yet used, as all TICK functionality is not yet … in nhw_rtc_signal_TICK()
821 void nhw_rtc_regw_sideeffect_INTENCLR(uint rtc) in nhw_rtc_regw_sideeffect_INTENCLR()
855 void nhw_rtc_regw_sideeffects_EVENTS_all(uint rtc) { in nhw_rtc_regw_sideeffects_EVENTS_all()
859 void nhw_rtc_regw_sideeffects_CC(uint rtc, uint cc_n) { in nhw_rtc_regw_sideeffects_CC()
883 int64_t nhw_rtc_start_time_get(uint rtc) { in nhw_rtc_start_time_get()