Searched refs:SYSCFG_CFGR2 (Results 1 – 2 of 2) sorted by relevance
23 #define SYSCFG_CFGR2 0x1C macro77 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_reset()164 syscfg_writel(SYSCFG_CFGR2, 0x00000100); in test_clear_by_writing_1()165 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x00000000); in test_clear_by_writing_1()173 syscfg_writel(SYSCFG_CFGR2, 0x0000000F); in test_set_only_bits()174 syscfg_writel(SYSCFG_CFGR2, 0x00000000); in test_set_only_bits()175 g_assert_cmphex(syscfg_readl(SYSCFG_CFGR2), ==, 0x0000000F); in test_set_only_bits()
42 #define SYSCFG_CFGR2 0x1C macro122 case SYSCFG_CFGR2: in stm32l4x5_syscfg_read()173 case SYSCFG_CFGR2: in stm32l4x5_syscfg_write()