Lines Matching refs:i
40 for (int i = 0; i < NHW_BSTICKER_TOTAL_INST ; i++) { in nhw_bst_ticker_init() local
41 bs_ticket_st[i].ticker_timer = TIME_NEVER; in nhw_bst_ticker_init()
42 bs_ticket_st[i].ticker_timer_lt = TIME_NEVER; in nhw_bst_ticker_init()
43 bs_ticket_st[i].tick_period = TIME_NEVER; in nhw_bst_ticker_init()
53 for (int i = 1; i < NHW_FAKE_TIMER_TOTAL_INST ; i++) { in nhw_bst_ticker_update_main_timer() local
54 if (bs_ticket_st[i].ticker_timer < bst_ticker_timer) { in nhw_bst_ticker_update_main_timer()
55 bst_ticker_timer = bs_ticket_st[i].ticker_timer; in nhw_bst_ticker_update_main_timer()
115 for (int i = 0; i < NHW_BSTICKER_TOTAL_INST ; i++ ) { in nhw_bst_ticker_triggered() local
116 struct bs_ticker_status *this = &bs_ticket_st[i]; in nhw_bst_ticker_triggered()
120 hw_irq_ctrl_raise_im(nhw_bsticker_irq_map[i].cntl_inst, in nhw_bst_ticker_triggered()
128 (void) nsif_cpun_test_hook(i, NULL); in nhw_bst_ticker_triggered()