Lines Matching defs:inst

161 static inline void nhw_GRTC_check_valid_cc_index(uint inst, uint nbr, const char *type)  in nhw_GRTC_check_valid_cc_index()
169 static inline void nhw_GRTC_check_valid_irq_index(uint inst, uint nbr, const char *type) in nhw_GRTC_check_valid_irq_index()
177 static inline void nhw_GRTC_check_valid_domain_index(uint inst, uint nbr, const char *type) in nhw_GRTC_check_valid_domain_index()
186 bs_time_t nhw_GRTC_counter_to_time(uint inst, uint64_t value) { in nhw_GRTC_counter_to_time()
209 static void nhw_GRTC_update_cc_timer(uint inst, int cc) { in nhw_GRTC_update_cc_timer()
222 static void nhw_GRTC_update_all_cc_timers(uint inst) { in nhw_GRTC_update_all_cc_timers()
233 static void nhw_GRTC_eval_interrupt(uint inst) in nhw_GRTC_eval_interrupt()
271 static void nhw_GRTC_signal_EVENTS_COMPARE(uint inst, uint n) { in nhw_GRTC_signal_EVENTS_COMPARE()
279 static void nhw_GRTC_signal_EVENTS_SYSCOUNTERVALID(uint inst) { in nhw_GRTC_signal_EVENTS_SYSCOUNTERVALID()
298 static void nhw_GRTC_TASK_START(uint inst) { in nhw_GRTC_TASK_START()
307 static void nhw_GRTC_TASK_STOP(uint inst) { in nhw_GRTC_TASK_STOP()
313 static void nhw_GRTC_TASK_CLEAR(uint inst) { in nhw_GRTC_TASK_CLEAR()
324 static void nhw_GRTC_TASK_PWMSTART(uint inst) { in nhw_GRTC_TASK_PWMSTART()
329 static void nhw_GRTC_TASK_PWMSTOP(uint inst) { in nhw_GRTC_TASK_PWMSTOP()
335 static inline uint32_t nhw_GRTC_get_SYNCOUNTERL(uint inst) { in nhw_GRTC_get_SYNCOUNTERL()
344 static inline uint32_t nhw_GRTC_get_SYNCOUNTERH(uint inst) { in nhw_GRTC_get_SYNCOUNTERH()
349 static void nhw_GRTC_TASK_CAPTURE(uint inst, uint n) { in nhw_GRTC_TASK_CAPTURE()
367 void nhw_GRTC_regw_sideeffects_TASKS_CAPTURE(uint inst, uint n) { in nhw_GRTC_regw_sideeffects_TASKS_CAPTURE()
375 unsigned int inst = (uintptr_t)param >> 16; in nhw_GRTC_taskcapture_wrap() local
380 void nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE(uint inst, uint cc_n) { in nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE()
392 void nhw_GRTC_regw_sideeffects_INTEN(uint inst, uint n) { in nhw_GRTC_regw_sideeffects_INTEN()
402 void nhw_GRTC_regw_sideeffects_INTENSET(uint inst, uint n) { in nhw_GRTC_regw_sideeffects_INTENSET()
415 void nhw_GRTC_regw_sideeffects_INTENCLR(uint inst, uint n) { in nhw_GRTC_regw_sideeffects_INTENCLR()
437 static void nhw_GRTC_check_syscounter_en(uint inst, const char *msg) { in nhw_GRTC_check_syscounter_en()
449 uint32_t nhw_GRTC_regr_sideeffects_SYSCOUNTERL(uint inst, uint n) in nhw_GRTC_regr_sideeffects_SYSCOUNTERL()
464 uint32_t nhw_GRTC_regr_sideeffects_SYSCOUNTERH(uint inst, uint n) in nhw_GRTC_regr_sideeffects_SYSCOUNTERH()
482 void nhw_GRTC_regw_sideeffects_CC_CCADD(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCADD()
505 void nhw_GRTC_regw_sideeffects_CC_CCEN(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCEN()
512 void nhw_GRTC_regw_sideeffects_CC_CCL(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCL()
520 void nhw_GRTC_regw_sideeffects_CC_CCH(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCH()
529 static void nhw_GRTC_compare_reached(uint inst, uint cc) { in nhw_GRTC_compare_reached()
548 uint inst = 0, cc; in nhw_GRTC_timer_triggered() local
550 uint inst[NHW_GRTC_TOTAL_INST*NHW_GRTC_N_CC]; in nhw_GRTC_timer_triggered() member