Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c24 #define SYSCFG_SWPR 0x20 macro
79 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR), ==, 0x00000000); in test_reset()
177 syscfg_writel(SYSCFG_SWPR, 0xFFFFFFFF); in test_set_only_bits()
178 syscfg_writel(SYSCFG_SWPR, 0x00000000); in test_set_only_bits()
179 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR), ==, 0xFFFFFFFF); in test_set_only_bits()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c43 #define SYSCFG_SWPR 0x20 macro
124 case SYSCFG_SWPR: in stm32l4x5_syscfg_read()
182 case SYSCFG_SWPR: in stm32l4x5_syscfg_write()