Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Ddra7_rng.c44 # define RNG_SOFT_RESET BIT(0) macro
140 io_write32(rng + RNG_SOFT_RESET_REG, RNG_SOFT_RESET); in dra7_rng_init()
143 while (io_read32(rng + RNG_SOFT_RESET_REG) & RNG_SOFT_RESET) in dra7_rng_init()