Searched refs:RNG_EN (Results 1 – 2 of 2) sorted by relevance
33 mmio_setbits_32(RNG_EN, DRBG_EN | NRBG_EN); in trng_external_swrst()43 mmio_clrbits_32(RNG_EN, DRBG_EN | NRBG_EN); in get_entropy_32()48 mmio_setbits_32(RNG_EN, DRBG_EN | NRBG_EN); in get_entropy_32()85 mmio_setbits_32(RNG_EN, DRBG_EN | NRBG_EN); in plat_get_entropy()
24 #define RNG_EN (TRNG_BASE + 0x0020) macro