Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_trng.c68 mmio_write_32(TRNG_BASE + TRNG_CONTROL, 2); in plat_get_entropy()
77 mmio_write_32(TRNG_BASE + TRNG_CONTROL, 1); in plat_get_entropy()
95 mmio_write_32(TRNG_BASE + TRNG_CONTROL, 1); in plat_get_entropy()
H A Djuno_def.h67 #define TRNG_CONTROL UL(0x1C) macro