Searched refs:BPMP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
19 #define BPMP_TIMEOUT 500 /* 500ms */ macro61 for (timeout = 0; timeout < BPMP_TIMEOUT; timeout++) { in tegra_bpmp_send_receive_atomic()69 if (timeout != BPMP_TIMEOUT) { in tegra_bpmp_send_receive_atomic()82 for (timeout = 0; timeout < BPMP_TIMEOUT; timeout++) { in tegra_bpmp_send_receive_atomic()90 if (timeout != BPMP_TIMEOUT) { in tegra_bpmp_send_receive_atomic()109 if (timeout == BPMP_TIMEOUT) { in tegra_bpmp_send_receive_atomic()118 uint32_t val, base, timeout = BPMP_TIMEOUT; in tegra_bpmp_init()215 } while ((val != SIGN_OF_LIFE) && (timeout < BPMP_TIMEOUT)); in tegra_bpmp_resume()
Completed in 2 milliseconds