Lines Matching defs:timeout
146 uint32_t timeout;
150 for (timeout = 0; (SE_INT_OP_DONE(val) == SE_INT_OP_DONE_CLEAR) &&
151 (timeout < TIMEOUT_100MS); timeout++) {
156 if (timeout == TIMEOUT_100MS) {
157 ERROR("%s: ERR: Atomic context save operation timeout!\n",
165 for (timeout = 0; (val != 0U) && (timeout < TIMEOUT_100MS);
166 timeout++) {
171 if (timeout == TIMEOUT_100MS) {
173 "idle state timeout.\n", __func__);
181 for (timeout = 0; ((val & (ARAHB_MST_ID_SE_MASK | ARAHB_MST_ID_SE2_MASK)) != 0U) &&
182 (timeout < TIMEOUT_100MS); timeout++) {
187 if (timeout == TIMEOUT_100MS) {
188 ERROR("%s: SE write over AHB timeout.\n", __func__);
213 uint32_t timeout;
220 for (timeout = 0; (val != 0U) && (timeout < TIMEOUT_100MS); timeout++) {
225 if (timeout == TIMEOUT_100MS) {
1013 uint32_t timeout;
1022 for (timeout = 0; (SE_TZRAM_OP_BUSY(val) == SE_TZRAM_OP_BUSY_ON) &&
1023 (timeout < TIMEOUT_100MS); timeout++) {
1028 if (timeout == TIMEOUT_100MS) {
1029 ERROR("%s: ERR: TZRAM save timeout!\n", __func__);