Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c25 #define SYSCFG_SWPR2 0x28 macro
80 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR2), ==, 0x00000000); in test_reset()
178 syscfg_writel(SYSCFG_SWPR2, 0xFFFFFFFF); in test_set_only_bits()
179 syscfg_writel(SYSCFG_SWPR2, 0x00000000); in test_set_only_bits()
180 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR2), ==, 0xFFFFFFFF); in test_set_only_bits()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c42 #define SYSCFG_SWPR2 0x28 macro
125 case SYSCFG_SWPR2: in stm32l4x5_syscfg_read()
192 case SYSCFG_SWPR2: in stm32l4x5_syscfg_write()