Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dexynos4210_rng.c39 OBJECT_DECLARE_SIMPLE_TYPE(Exynos4210RngState, EXYNOS4210_RNG)
71 struct Exynos4210RngState { struct
111 static void exynos4210_rng_run_engine(Exynos4210RngState *s) in exynos4210_rng_run_engine()
146 Exynos4210RngState *s = (Exynos4210RngState *)opaque; in exynos4210_rng_read()
182 Exynos4210RngState *s = (Exynos4210RngState *)opaque; in exynos4210_rng_write()
226 Exynos4210RngState *s = EXYNOS4210_RNG(dev); in exynos4210_rng_reset()
236 Exynos4210RngState *s = EXYNOS4210_RNG(obj); in exynos4210_rng_init()
251 VMSTATE_UINT32(seed_set, Exynos4210RngState),
252 VMSTATE_UINT32(reg_status, Exynos4210RngState),
253 VMSTATE_UINT32(reg_control, Exynos4210RngState),
[all …]