Home
last modified time | relevance | path

Searched refs:SYSCFG_SKR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c25 #define SYSCFG_SKR 0x24 macro
81 g_assert_cmphex(syscfg_readl(SYSCFG_SKR), ==, 0x00000000); in test_reset()
113 syscfg_writel(SYSCFG_SKR, 0xFFFFFF00); in test_reserved_bits()
114 g_assert_cmphex(syscfg_readl(SYSCFG_SKR), ==, 0x00000000); in test_reserved_bits()
153 syscfg_writel(SYSCFG_SKR, 0x000000FF); in test_set_and_clear()
154 g_assert_cmphex(syscfg_readl(SYSCFG_SKR), ==, 0x000000FF); in test_set_and_clear()
155 syscfg_writel(SYSCFG_SKR, 0x00000000); in test_set_and_clear()
156 g_assert_cmphex(syscfg_readl(SYSCFG_SKR), ==, 0x00000000); in test_set_and_clear()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c44 #define SYSCFG_SKR 0x24 macro
126 case SYSCFG_SKR: in stm32l4x5_syscfg_read()
189 case SYSCFG_SKR: in stm32l4x5_syscfg_write()