Searched refs:SYSCFG_EXTICR4 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 21 #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 D | stm32l4x5_syscfg.c | 40 #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 D | stm32f2xx_syscfg.c | 73 case SYSCFG_EXTICR4: in stm32f2xx_syscfg_read() 114 case SYSCFG_EXTICR4: in stm32f2xx_syscfg_write()
|
H A D | stm32f4xx_syscfg.c | 74 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 D | stm32f2xx_syscfg.h | 36 #define SYSCFG_EXTICR4 0x14 macro
|
H A D | stm32f4xx_syscfg.h | 36 #define SYSCFG_EXTICR4 0x14 macro
|