Home
last modified time | relevance | path

Searched refs:SYSCFG_MEMRMP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c16 #define SYSCFG_MEMRMP 0x00 macro
63 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000000); in test_reset()
95 syscfg_writel(SYSCFG_MEMRMP, 0xFFFFFEF8); in test_reserved_bits()
96 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000000); in test_reserved_bits()
122 syscfg_writel(SYSCFG_MEMRMP, 0x00000107); in test_set_and_clear()
123 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000107); in test_set_and_clear()
124 syscfg_writel(SYSCFG_MEMRMP, 0x00000000); in test_set_and_clear()
125 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000000); in test_set_and_clear()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c35 #define SYSCFG_MEMRMP 0x00 macro
114 case SYSCFG_MEMRMP: in stm32l4x5_syscfg_read()
144 case SYSCFG_MEMRMP: in stm32l4x5_syscfg_write()
H A Dstm32f2xx_syscfg.c63 case SYSCFG_MEMRMP: in stm32f2xx_syscfg_read()
95 case SYSCFG_MEMRMP: in stm32f2xx_syscfg_write()
H A Dstm32f4xx_syscfg.c70 case SYSCFG_MEMRMP: in stm32f4xx_syscfg_read()
94 case SYSCFG_MEMRMP: in stm32f4xx_syscfg_write()
/openbmc/qemu/include/hw/misc/
H A Dstm32f2xx_syscfg.h31 #define SYSCFG_MEMRMP 0x00 macro
H A Dstm32f4xx_syscfg.h31 #define SYSCFG_MEMRMP 0x00 macro