Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/drivers/se/
Dse.c57 bool se_is_busy, txn_has_errors, txn_successful; in tegra_se_is_operation_complete() local
76 txn_has_errors = (tegra_se_read_32(SHA_ERR_STATUS) != 0U) || in tegra_se_is_operation_complete()
85 if ((timeout == MAX_TIMEOUT_MS) || txn_has_errors || !txn_successful) { in tegra_se_is_operation_complete()