Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-k3/drivers/
H A Deip76d_trng.c28 #define SHUTDOWN_OFLO BIT(1) macro
99 if (io_read32(rng + RNG_STATUS) & SHUTDOWN_OFLO) { in eip76d_rng_read128()
111 io_write32(rng + RNG_INTACK, SHUTDOWN_OFLO); in eip76d_rng_read128()
/optee_os/core/drivers/
H A Ddra7_rng.c21 # define SHUTDOWN_OFLO BIT(1) macro
81 if (io_read32(rng + RNG_STATUS) & SHUTDOWN_OFLO) { in dra7_rng_read64()
93 io_write32(rng + RNG_INTACK, SHUTDOWN_OFLO); in dra7_rng_read64()