Searched refs:SYSCFG_CFGR1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 17 #define SYSCFG_CFGR1 0x04 macro 65 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0x7C000001); in test_reset() 98 syscfg_writel(SYSCFG_CFGR1, 0x7F00FEFF); in test_reserved_bits() 99 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0x7C000001); in test_reserved_bits() 128 syscfg_writel(SYSCFG_CFGR1, 0xFCFF0101); in test_set_and_clear() 129 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0xFCFF0101); in test_set_and_clear() 130 syscfg_writel(SYSCFG_CFGR1, 0x00000001); in test_set_and_clear() 131 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR1), ==, 0x00000001); in test_set_and_clear() 193 syscfg_writel(SYSCFG_CFGR1, 0x00000000); in test_clear_only_bits() 194 syscfg_writel(SYSCFG_CFGR1, 0x00000001); in test_clear_only_bits() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_syscfg.c | 36 #define SYSCFG_CFGR1 0x04 macro 116 case SYSCFG_CFGR1: in stm32l4x5_syscfg_read() 150 case SYSCFG_CFGR1: in stm32l4x5_syscfg_write()
|