Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c23 #define SYSCFG_CFGR2 0x1C macro
77 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_reset()
164 syscfg_writel(SYSCFG_CFGR2, 0x00000100); in test_clear_by_writing_1()
165 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_clear_by_writing_1()
173 syscfg_writel(SYSCFG_CFGR2, 0x0000000F); in test_set_only_bits()
174 syscfg_writel(SYSCFG_CFGR2, 0x00000000); in test_set_only_bits()
175 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x0000000F); in test_set_only_bits()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c42 #define SYSCFG_CFGR2 0x1C macro
122 case SYSCFG_CFGR2: in stm32l4x5_syscfg_read()
173 case SYSCFG_CFGR2: in stm32l4x5_syscfg_write()