Searched refs:hrng (Results 1 – 1 of 1) sorted by relevance
36 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_init() local43 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() local61 writel_relaxed(0, hrng->base + RNG_CTRL); in hisi_rng_cleanup()66 struct hisi_rng *hrng = to_hisi_rng(rng); in hisi_rng_read() local69 *data = readl_relaxed(hrng->base + RNG_RAN_NUM); in hisi_rng_read()