Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c72 s->memrmp = 0x00000000; in stm32l4x5_syscfg_hold_reset()
112 return s->memrmp; in stm32l4x5_syscfg_read()
145 s->memrmp = value & ACTIVABLE_BITS_MEMRP; in stm32l4x5_syscfg_write()
235 VMSTATE_UINT32(memrmp, Stm32l4x5SyscfgState),
/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h41 uint32_t memrmp; member