Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c52 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_read()
130 static void imx_rngc_do_reset(IMXRNGCState *s) in imx_rngc_do_reset()
141 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_write()
203 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_self_test()
213 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_seed()
223 IMXRNGCState *s = IMX_RNGC(dev); in imx_rngc_realize()
239 IMXRNGCState *s = IMX_RNGC(dev); in imx_rngc_reset()
250 VMSTATE_UINT8(op_seed, IMXRNGCState),
251 VMSTATE_UINT8(mask, IMXRNGCState),
252 VMSTATE_BOOL(auto_seed, IMXRNGCState),
[all …]
/openbmc/qemu/include/hw/misc/
H A Dimx_rngc.h17 OBJECT_DECLARE_SIMPLE_TYPE(IMXRNGCState, IMX_RNGC)
19 struct IMXRNGCState { struct
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx25.h59 IMXRNGCState rngc;