Home
last modified time | relevance | path

Searched refs:NRF51_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/nvram/
H A Dnrf51_nvm.c231 value &= ~(NRF51_PAGE_SIZE - 1); in io_write()
232 if (value <= (s->flash_size - NRF51_PAGE_SIZE)) { in io_write()
233 memset(s->storage + value, 0xFF, NRF51_PAGE_SIZE); in io_write()
235 NRF51_PAGE_SIZE); in io_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c160 #define FLASH_SIZE (256 * NRF51_PAGE_SIZE)
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()
208 NRF51_PAGE_SIZE, NRF51_NVMC_ERASEPCR0); 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()
214 NRF51_PAGE_SIZE, NRF51_NVMC_ERASEPCR1); in test_nrf51_nvmc()
/openbmc/qemu/include/hw/arm/
H A Dnrf51.h38 #define NRF51_PAGE_SIZE 1024 macro
/openbmc/qemu/hw/arm/
H A Dnrf51_soc.c29 #define NRF51822_FLASH_SIZE (NRF51822_FLASH_PAGES * NRF51_PAGE_SIZE)
30 #define NRF51822_SRAM_SIZE (NRF51822_SRAM_PAGES * NRF51_PAGE_SIZE)