Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/rpi3/rng/
H A Drpi3_rng.c54 size_t nwords; in rpi3_rng_get_word() local
58 nwords = (mmio_read_32(RPI3_RNG_BASE + RPI3_RNG_STATUS_OFFSET) in rpi3_rng_get_word()
61 } while (nwords == 0U); in rpi3_rng_get_word()