Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c21 #define SYSCFG_EXTICR4 0x14 macro
73 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x00000000); in test_reset()
110 syscfg_writel(SYSCFG_EXTICR4, 0xFFFF0000); in test_reserved_bits()
111 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x00000000); in test_reserved_bits()
148 syscfg_writel(SYSCFG_EXTICR4, 0x0000FFFF); in test_set_and_clear()
149 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x0000FFFF); in test_set_and_clear()
150 syscfg_writel(SYSCFG_EXTICR4, 0x00000000); in test_set_and_clear()
151 g_assert_cmphex(syscfg_readl(SYSCFG_EXTICR4), ==, 0x00000000); in test_set_and_clear()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c40 #define SYSCFG_EXTICR4 0x14 macro
118 case SYSCFG_EXTICR1...SYSCFG_EXTICR4: in stm32l4x5_syscfg_read()
158 case SYSCFG_EXTICR1...SYSCFG_EXTICR4: in stm32l4x5_syscfg_write()
H A Dstm32f2xx_syscfg.c73 case SYSCFG_EXTICR4: in stm32f2xx_syscfg_read()
114 case SYSCFG_EXTICR4: in stm32f2xx_syscfg_write()
H A Dstm32f4xx_syscfg.c74 case SYSCFG_EXTICR1...SYSCFG_EXTICR4: in stm32f4xx_syscfg_read()
104 case SYSCFG_EXTICR1...SYSCFG_EXTICR4: in stm32f4xx_syscfg_write()
/openbmc/qemu/include/hw/misc/
H A Dstm32f2xx_syscfg.h36 #define SYSCFG_EXTICR4 0x14 macro
H A Dstm32f4xx_syscfg.h36 #define SYSCFG_EXTICR4 0x14 macro