Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c83 s->swpr = 0x00000000; in stm32l4x5_syscfg_hold_reset()
125 return s->swpr; in stm32l4x5_syscfg_read()
187 s->swpr |= value; in stm32l4x5_syscfg_write()
254 VMSTATE_UINT32(swpr, Stm32l4x5SyscfgState),
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h46 uint32_t swpr; member