Searched refs:loop_counter (Results 1 – 1 of 1) sorted by relevance
307 volatile int32_t loop_counter = 0; in rsi_select_option() local320 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_select_option()321 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_SELECT_OPTION) in rsi_select_option()346 RSI_CHECK_LOOP_COUNTER(loop_counter, RSI_LOOP_COUNT_SELECT_OPTION); in rsi_select_option()386 volatile int32_t loop_counter = 0; in rsi_boot_insn() local413 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_boot_insn()414 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()421 RSI_CHECK_LOOP_COUNTER(loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE); in rsi_boot_insn()432 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_boot_insn()433 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()[all …]