Searched refs:MAX_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
28 #define MAX_TIMEOUT_MS U(1000) /* Max. timeout of 1s */ macro73 } while (se_is_busy && (timeout < MAX_TIMEOUT_MS)); in tegra_se_is_operation_complete()85 if ((timeout == MAX_TIMEOUT_MS) || txn_has_errors || !txn_successful) { in tegra_se_is_operation_complete()115 } while (!se_is_ready && (timeout < MAX_TIMEOUT_MS)); in tegra_se_is_ready()117 if (timeout == MAX_TIMEOUT_MS) { in tegra_se_is_ready()