Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_rng.c37 static uint64_t bcm2835_rng_read(void *opaque, hwaddr offset, in bcm2835_rng_read() function
93 .read = bcm2835_rng_read,
/openbmc/linux/drivers/char/hw_random/
H A Dbcm2835-rng.c63 static int bcm2835_rng_read(struct hwrng *rng, void *buf, size_t max, in bcm2835_rng_read() function
172 priv->rng.read = bcm2835_rng_read; in bcm2835_rng_probe()