Searched refs:SYSCFG_MEMRMP (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 16 #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 D | stm32l4x5_syscfg.c | 35 #define SYSCFG_MEMRMP 0x00 macro 114 case SYSCFG_MEMRMP: in stm32l4x5_syscfg_read() 144 case SYSCFG_MEMRMP: in stm32l4x5_syscfg_write()
|
H A D | stm32f2xx_syscfg.c | 63 case SYSCFG_MEMRMP: in stm32f2xx_syscfg_read() 95 case SYSCFG_MEMRMP: in stm32f2xx_syscfg_write()
|
H A D | stm32f4xx_syscfg.c | 70 case SYSCFG_MEMRMP: in stm32f4xx_syscfg_read() 94 case SYSCFG_MEMRMP: in stm32f4xx_syscfg_write()
|
/openbmc/qemu/include/hw/misc/ |
H A D | stm32f2xx_syscfg.h | 31 #define SYSCFG_MEMRMP 0x00 macro
|
H A D | stm32f4xx_syscfg.h | 31 #define SYSCFG_MEMRMP 0x00 macro
|