Searched refs:STM32F4xxSyscfgState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | stm32f4xx_syscfg.c | 34 STM32F4xxSyscfgState *s = STM32F4XX_SYSCFG(dev); in stm32f4xx_syscfg_reset() 47 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_set_irq() 65 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_read() 88 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_write() 124 STM32F4xxSyscfgState *s = STM32F4XX_SYSCFG(obj); in stm32f4xx_syscfg_init() 141 VMSTATE_UINT32(syscfg_memrmp, STM32F4xxSyscfgState), 142 VMSTATE_UINT32(syscfg_pmc, STM32F4xxSyscfgState), 143 VMSTATE_UINT32_ARRAY(syscfg_exticr, STM32F4xxSyscfgState, 145 VMSTATE_UINT32(syscfg_cmpcr, STM32F4xxSyscfgState), 161 .instance_size = sizeof(STM32F4xxSyscfgState),
|
/openbmc/qemu/include/hw/misc/ |
H A D | stm32f4xx_syscfg.h | 40 OBJECT_DECLARE_SIMPLE_TYPE(STM32F4xxSyscfgState, STM32F4XX_SYSCFG) 44 struct STM32F4xxSyscfgState { struct
|
/openbmc/qemu/include/hw/arm/ |
H A D | stm32f405_soc.h | 58 STM32F4xxSyscfgState syscfg;
|