Searched refs:syscfg_readl (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | stm32l4x5_syscfg-test.c | 40 static uint32_t syscfg_readl(unsigned int offset) in syscfg_readl() function 55 g_assert_cmphex(syscfg_readl(SYSCFG_MEMRMP), ==, 0x00000000); in test_reset() 57 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0x7C000001); in test_reset() 59 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR1), ==, 0x00000000); in test_reset() 61 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR2), ==, 0x00000000); in test_reset() 63 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x00000000); in test_reset() 65 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x00000000); in test_reset() 67 g_assert_cmphex(syscfg_readl(SYSCFG_SCSR), ==, 0x00000000); in test_reset() 69 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_reset() 71 g_assert_cmphex(syscfg_readl(SYSCFG_SWPR), ==, 0x00000000); in test_reset() [all …]
|