Searched refs:versal_trng (Results 1 – 3 of 3) sorted by relevance
207 struct versal_trng { struct551 static void trng_reset(const struct versal_trng *trng) in trng_reset()948 static TEE_Result trng_release(struct versal_trng *trng) in trng_release()1064 static struct versal_trng versal_trng = { variable1119 versal_trng.cfg.base, in trng_hrng_mode_init()1120 versal_trng.cfg.len); in trng_hrng_mode_init()1121 if (!versal_trng.cfg.addr) { in trng_hrng_mode_init()1126 if (trng_kat_test(&versal_trng)) { in trng_hrng_mode_init()1131 if (trng_health_test(&versal_trng)) { in trng_hrng_mode_init()1136 if (trng_instantiate(&versal_trng, &usr_cfg)) { in trng_hrng_mode_init()[all …]
68 srcs-$(CFG_VERSAL_RNG_DRV) += versal_trng.c
104 F: core/drivers/versal_trng.c
Completed in 6 milliseconds