Searched refs:syscfg_writel (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | stm32l4x5_syscfg-test.c | 35 static void syscfg_writel(unsigned int offset, uint32_t value) in syscfg_writel() function 87 syscfg_writel(SYSCFG_MEMRMP, 0xFFFFFEF8); in test_reserved_bits() 90 syscfg_writel(SYSCFG_CFGR1, 0x7F00FEFF); in test_reserved_bits() 93 syscfg_writel(SYSCFG_EXTICR1, 0xFFFF0000); in test_reserved_bits() 96 syscfg_writel(SYSCFG_EXTICR2, 0xFFFF0000); in test_reserved_bits() 99 syscfg_writel(SYSCFG_EXTICR3, 0xFFFF0000); in test_reserved_bits() 102 syscfg_writel(SYSCFG_EXTICR4, 0xFFFF0000); in test_reserved_bits() 105 syscfg_writel(SYSCFG_SKR, 0xFFFFFF00); in test_reserved_bits() 114 syscfg_writel(SYSCFG_MEMRMP, 0x00000107); in test_set_and_clear() 116 syscfg_writel(SYSCFG_MEMRMP, 0x00000000); in test_set_and_clear() [all …]
|