Searched refs:NRF51_NVMC_BASE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 168 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x02); in fill_and_erase() 169 qtest_writel(qts, NRF51_NVMC_BASE + address_reg, base); in fill_and_erase() 170 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x00); in fill_and_erase() 178 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x01); in fill_and_erase() 183 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x00); in fill_and_erase() 193 value = qtest_readl(qts, NRF51_NVMC_BASE + NRF51_NVMC_READY); in test_nrf51_nvmc() 197 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x03); in test_nrf51_nvmc() 198 g_assert_cmpuint(qtest_readl(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG), in test_nrf51_nvmc() 200 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x00); in test_nrf51_nvmc() 201 g_assert_cmpuint(qtest_readl(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG), in test_nrf51_nvmc() [all …]
|
/openbmc/qemu/include/hw/arm/ |
H A D | nrf51.h | 32 #define NRF51_NVMC_BASE 0x4001E000 macro
|
/openbmc/qemu/hw/arm/ |
H A D | nrf51_soc.c | 132 memory_region_add_subregion_overlap(&s->container, NRF51_NVMC_BASE, mr, 0); in nrf51_soc_realize()
|