Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c50 static uint64_t imx_rngc_read(void *opaque, hwaddr offset, unsigned size) in imx_rngc_read() function
196 .read = imx_rngc_read,
/openbmc/linux/drivers/char/hw_random/
H A Dimx-rngc.c121 static int imx_rngc_read(struct hwrng *rng, void *data, size_t max, bool wait) in imx_rngc_read() function
262 rngc->rng.read = imx_rngc_read; in imx_rngc_probe()