Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c20 #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 Dstm32f2xx_syscfg.c71 case SYSCFG_EXTICR3: in stm32f2xx_syscfg_read()
111 case SYSCFG_EXTICR3: in stm32f2xx_syscfg_write()
H A Dstm32l4x5_syscfg.c39 #define SYSCFG_EXTICR3 0x10 macro
/openbmc/qemu/include/hw/misc/
H A Dstm32f2xx_syscfg.h35 #define SYSCFG_EXTICR3 0x10 macro
H A Dstm32f4xx_syscfg.h35 #define SYSCFG_EXTICR3 0x10 macro