Searched refs:NRF51_FLASH_BASE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 205 fill_and_erase(qts, NRF51_FLASH_BASE, NRF51_PAGE_SIZE, in test_nrf51_nvmc() 207 fill_and_erase(qts, NRF51_FLASH_BASE + NRF51_PAGE_SIZE, in test_nrf51_nvmc() 211 fill_and_erase(qts, NRF51_FLASH_BASE, NRF51_PAGE_SIZE, in test_nrf51_nvmc() 213 fill_and_erase(qts, NRF51_FLASH_BASE + NRF51_PAGE_SIZE, in test_nrf51_nvmc() 223 qtest_writel(qts, NRF51_FLASH_BASE + i * 4, i); in test_nrf51_nvmc() 224 g_assert_cmpuint(qtest_readl(qts, NRF51_FLASH_BASE + i * 4), ==, i); in test_nrf51_nvmc() 233 g_assert_cmpuint(qtest_readl(qts, NRF51_FLASH_BASE + i * 4), in test_nrf51_nvmc()
|
/openbmc/qemu/include/hw/arm/ |
H A D | nrf51.h | 18 #define NRF51_FLASH_BASE 0x00000000 macro
|
/openbmc/qemu/hw/arm/ |
H A D | nrf51_soc.c | 138 memory_region_add_subregion_overlap(&s->container, NRF51_FLASH_BASE, mr, 0); in nrf51_soc_realize()
|