Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/hw_random/
Dhisi-rng.c39 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_init() local
46 writel_relaxed(seed, hrng->base + RNG_SEED); in hisi_rng_init()
56 writel_relaxed(val, hrng->base + RNG_CTRL); in hisi_rng_init()
62 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_cleanup() local
64 writel_relaxed(0, hrng->base + RNG_CTRL); in hisi_rng_cleanup()
69 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_read() local
72 *data = readl_relaxed(hrng->base + RNG_RAN_NUM); in hisi_rng_read()