Searched refs:NRF51_UICR_BASE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | nrf51.h | 21 #define NRF51_UICR_BASE 0x10001000 macro
|
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 243 g_assert_cmpuint(qtest_readl(qts, NRF51_UICR_BASE + i * 4), in test_nrf51_nvmc() 249 qtest_writel(qts, NRF51_UICR_BASE + i * 4, i); in test_nrf51_nvmc() 250 g_assert_cmpuint(qtest_readl(qts, NRF51_UICR_BASE + i * 4), ==, i); in test_nrf51_nvmc() 259 g_assert_cmpuint(qtest_readl(qts, NRF51_UICR_BASE + i * 4), in test_nrf51_nvmc()
|
/openbmc/qemu/hw/arm/ |
H A D | nrf51_soc.c | 136 memory_region_add_subregion_overlap(&s->container, NRF51_UICR_BASE, mr, 0); in nrf51_soc_realize()
|