Lines Matching defs:exit_loop
122 int exit_loop = REG_WR_VALIDATE_TIMEOUT;
134 exit_loop--;
136 exit_loop > 0);
144 exit_loop = REG_WR_VALIDATE_TIMEOUT;
147 exit_loop--;
148 } while (reg_val & PWRC_CPUN_CR_PWR_DN_RQ_MASK && exit_loop > 0);
150 if (exit_loop <= 0)
164 exit_loop = REG_WR_VALIDATE_TIMEOUT;
167 exit_loop--;
168 } while (reg_val & CCU_B_PRCRN_CPUPORESET_STATIC_MASK && exit_loop > 0);
170 if (exit_loop <= 0)
232 int exit_loop = REG_WR_VALIDATE_TIMEOUT;
266 exit_loop--;
268 exit_loop > 0);
270 if (exit_loop <= 0)
279 exit_loop = REG_WR_VALIDATE_TIMEOUT;
282 exit_loop--;
284 exit_loop > 0);
292 exit_loop = REG_WR_VALIDATE_TIMEOUT;
295 exit_loop--;
297 exit_loop > 0);
299 if (exit_loop <= 0)