Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/se/
Dse_private.h66 #define SE0_INT_OP_DONE_CLEAR \ macro
Dse.c44 if (SE0_INT_OP_DONE(val) == SE0_INT_OP_DONE_CLEAR) { in tegra_se_operation_complete()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/se/
Dse.c199 while (SE0_INT_OP_DONE(val) == SE0_INT_OP_DONE_CLEAR) { in tegra_se_sha256_hash_operation_complete()
201 if (SE0_INT_OP_DONE(val) != SE0_INT_OP_DONE_CLEAR) { in tegra_se_sha256_hash_operation_complete()
Dse_private.h76 #define SE0_INT_OP_DONE_CLEAR \ macro