Home
last modified time | relevance | path

Searched refs:TIMEOUT_100MS (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-3.4.0/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c23 #define TIMEOUT_100MS 100U /* Timeout in 100ms */ macro
151 (timeout < TIMEOUT_100MS); timeout++) { in tegra_se_operation_complete()
156 if (timeout == TIMEOUT_100MS) { in tegra_se_operation_complete()
165 for (timeout = 0; (val != 0U) && (timeout < TIMEOUT_100MS); in tegra_se_operation_complete()
171 if (timeout == TIMEOUT_100MS) { in tegra_se_operation_complete()
182 (timeout < TIMEOUT_100MS); timeout++) { in tegra_se_operation_complete()
187 if (timeout == TIMEOUT_100MS) { in tegra_se_operation_complete()
220 for (timeout = 0; (val != 0U) && (timeout < TIMEOUT_100MS); timeout++) { in tegra_se_operation_prepare()
225 if (timeout == TIMEOUT_100MS) { in tegra_se_operation_prepare()
1023 (timeout < TIMEOUT_100MS); timeout++) { in tegra_se_save_tzram()
[all …]