Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dhisi-rng.c36 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_init() local
43 writel_relaxed(seed, hrng->base + RNG_SEED); in hisi_rng_init()
53 writel_relaxed(val, hrng->base + RNG_CTRL); in hisi_rng_init()
59 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_cleanup() local
61 writel_relaxed(0, hrng->base + RNG_CTRL); in hisi_rng_cleanup()
66 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_read() local
69 *data = readl_relaxed(hrng->base + RNG_RAN_NUM); in hisi_rng_read()