Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c84 s->skr = 0x00000000; in stm32l4x5_syscfg_hold_reset()
127 return s->skr; in stm32l4x5_syscfg_read()
193 s->skr = value & ACTIVABLE_BITS_SKR; in stm32l4x5_syscfg_write()
255 VMSTATE_UINT32(skr, Stm32l4x5SyscfgState),
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h47 uint32_t skr; member