Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c87 uint32_t sts = 0; in ast2600_hace_process() local
97 sts = io_read32(hace_virt + HACE_STS); in ast2600_hace_process()
98 if (sts & HACE_STS_HASH_BUSY) { in ast2600_hace_process()
119 sts = io_read32(hace_virt + HACE_STS); in ast2600_hace_process()
124 } while (!(sts & HACE_STS_HASH_INT)); in ast2600_hace_process()

Completed in 2 milliseconds