Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-k3/drivers/
H A Deip76d_trng.c37 #define RNG_ALARMSTOP 0x2C macro
100 uint32_t alarm = io_read32(rng + RNG_ALARMSTOP); in eip76d_rng_read128()
105 io_write32(rng + RNG_ALARMSTOP, 0x0); in eip76d_rng_read128()
/optee_os/core/drivers/
H A Ddra7_rng.c31 #define RNG_ALARMSTOP 0x002C macro
82 uint32_t alarm = io_read32(rng + RNG_ALARMSTOP); in dra7_rng_read64()
87 io_write32(rng + RNG_ALARMSTOP, 0x0); in dra7_rng_read64()