Home
last modified time | relevance | path

Searched refs:other_read_in_progress (Results 1 – 3 of 3) sorted by relevance

/drivers/entropy/
A Dentropy_nrf5.c126 uint32_t other_read_in_progress; in rng_pool_get() local
137 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
161 if (likely(!other_read_in_progress)) { in rng_pool_get()
A Dentropy_smartbond.c143 uint32_t other_read_in_progress; in rng_pool_get() local
154 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
178 if (likely(!other_read_in_progress)) { in rng_pool_get()
A Dentropy_stm32.c524 uint32_t other_read_in_progress; in rng_pool_get() local
535 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
559 if (likely(!other_read_in_progress)) { in rng_pool_get()

Completed in 8 milliseconds