Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c75 s->memrmp = 0x00000000; in stm32l4x5_syscfg_hold_reset()
115 return s->memrmp; in stm32l4x5_syscfg_read()
148 s->memrmp = value & ACTIVABLE_BITS_MEMRP; in stm32l4x5_syscfg_write()
248 VMSTATE_UINT32(memrmp, Stm32l4x5SyscfgState),
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dsyscfg.h11 u32 memrmp; member
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h41 uint32_t memrmp; member