Searched refs:NRF51_NVMC_CONFIG (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() 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() 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() 217 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x02); in test_nrf51_nvmc() 219 qtest_writel(qts, NRF51_NVMC_BASE + NRF51_NVMC_CONFIG, 0x00); in test_nrf51_nvmc() [all …]
|
/openbmc/qemu/include/hw/nvram/ |
H A D | nrf51_nvm.h | 36 #define NRF51_NVMC_CONFIG 0x504 macro
|
/openbmc/qemu/hw/nvram/ |
H A D | nrf51_nvm.c | 206 case NRF51_NVMC_CONFIG: in io_read() 224 case NRF51_NVMC_CONFIG: in io_write()
|