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