Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c85 s->swpr2 = 0x00000000; in stm32l4x5_syscfg_hold_reset()
129 return s->swpr2; in stm32l4x5_syscfg_read()
200 s->swpr2 |= value; in stm32l4x5_syscfg_write()
256 VMSTATE_UINT32(swpr2, Stm32l4x5SyscfgState),
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h48 uint32_t swpr2; member