Searched refs:RNG_READY (Results 1 – 2 of 2) sorted by relevance
27 #define RNG_READY BIT(0) macro71 while (!(io_read32(rng + RNG_STATUS) & RNG_READY)) { in sa2ul_rng_read128()96 io_write32(rng + RNG_INTACK, RNG_READY); in sa2ul_rng_read128()
20 # define RNG_READY BIT(0) macro79 while (!(io_read32(rng + RNG_STATUS) & RNG_READY)) { in dra7_rng_read64()102 io_write32(rng + RNG_INTACK, RNG_READY); in dra7_rng_read64()
Completed in 3 milliseconds