Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx7_src.c88 VMSTATE_UINT32_ARRAY(regs, IMX7SRCState, SRC_MAX),
95 IMX7SRCState *s = IMX7_SRC(dev); in imx7_src_reset()
108 IMX7SRCState *s = (IMX7SRCState *)opaque; in imx7_src_read()
130 IMX7SRCState *s;
137 IMX7SRCState *s = ri->s; in imx7_clear_reset_bit()
149 IMX7SRCState *s, in imx7_defer_clear_reset_bit()
170 IMX7SRCState *s = (IMX7SRCState *)opaque; in imx7_src_write()
247 IMX7SRCState *s = IMX7_SRC(dev); in imx7_src_realize()
267 .instance_size = sizeof(IMX7SRCState),
/openbmc/qemu/include/hw/misc/
H A Dimx7_src.h54 OBJECT_DECLARE_SIMPLE_TYPE(IMX7SRCState, IMX7_SRC)
56 struct IMX7SRCState { struct
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx7.h77 IMX7SRCState src;