Searched refs:SYSCFG_EXTICR3 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 20 #define SYSCFG_EXTICR3 0x10 macro 71 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x00000000); in test_reset() 107 syscfg_writel(SYSCFG_EXTICR3, 0xFFFF0000); in test_reserved_bits() 108 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x00000000); in test_reserved_bits() 143 syscfg_writel(SYSCFG_EXTICR3, 0x0000FFFF); in test_set_and_clear() 144 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x0000FFFF); in test_set_and_clear() 145 syscfg_writel(SYSCFG_EXTICR3, 0x00000000); in test_set_and_clear() 146 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR3), ==, 0x00000000); in test_set_and_clear()
|
/openbmc/qemu/hw/misc/ |
H A D | stm32f2xx_syscfg.c | 71 case SYSCFG_EXTICR3: in stm32f2xx_syscfg_read() 111 case SYSCFG_EXTICR3: in stm32f2xx_syscfg_write()
|
H A D | stm32l4x5_syscfg.c | 39 #define SYSCFG_EXTICR3 0x10 macro
|
/openbmc/qemu/include/hw/misc/ |
H A D | stm32f2xx_syscfg.h | 35 #define SYSCFG_EXTICR3 0x10 macro
|
H A D | stm32f4xx_syscfg.h | 35 #define SYSCFG_EXTICR3 0x10 macro
|