Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c73 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(obj); in stm32l4x5_syscfg_hold_reset()
90 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_set_irq()
109 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_read()
139 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_write()
222 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(obj); in stm32l4x5_syscfg_init()
236 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(dev); in stm32l4x5_syscfg_realize()
248 VMSTATE_UINT32(memrmp, Stm32l4x5SyscfgState),
249 VMSTATE_UINT32(cfgr1, Stm32l4x5SyscfgState),
250 VMSTATE_UINT32_ARRAY(exticr, Stm32l4x5SyscfgState,
252 VMSTATE_UINT32(scsr, Stm32l4x5SyscfgState),
[all …]
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h32 OBJECT_DECLARE_SIMPLE_TYPE(Stm32l4x5SyscfgState, STM32L4X5_SYSCFG)
36 struct Stm32l4x5SyscfgState { struct
/openbmc/qemu/include/hw/arm/
H A Dstm32l4x5_soc.h55 Stm32l4x5SyscfgState syscfg;