Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c38 #define SYSCFG_SCSR 0x18 macro
117 case SYSCFG_SCSR: in stm32l4x5_syscfg_read()
159 case SYSCFG_SCSR: in stm32l4x5_syscfg_write()
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c21 #define SYSCFG_SCSR 0x18 macro
72 g_assert_cmphex(syscfg_readl(SYSCFG_SCSR), ==, 0x00000000); in test_reset()