Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c40 static uint32_t syscfg_readl(unsigned int offset) in syscfg_readl() function
63 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000000); in test_reset()
65 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0x7C000001); in test_reset()
67 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR1), ==, 0x00000000); in test_reset()
69 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR2), ==, 0x00000000); in test_reset()
71 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x00000000); in test_reset()
73 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x00000000); in test_reset()
75 g_assert_cmphex(syscfg_readl(SYSCFG_SCSR), ==, 0x00000000); in test_reset()
77 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_reset()
79 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR), ==, 0x00000000); in test_reset()
[all …]