Searched refs:RSI_WHILE_LOOP (Results 1 – 2 of 2) sorted by relevance
321 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_SELECT_OPTION) in rsi_select_option()414 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()433 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()
59 #define RSI_WHILE_LOOP(X, Y) while ((X++) < (uint32_t)Y) macro