Home
last modified time | relevance | path

Searched refs:CHIP_FLASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/nos/host/generic/nugget/include/
Dflash_layout.h23 #define CHIP_FLASH_SIZE (1024 * 1024) macro
26 #define CHIP_FLASH_SIZE (512 * 1024) macro
28 #define CHIP_FLASH_HALF (CHIP_FLASH_SIZE >> 1)
60 #define CHIP_FLASH_TOP_B_OFF (CHIP_FLASH_SIZE - CONFIG_FLASH_TOP_SIZE)
/external/nos/host/generic/citadel/updater/
Dupdater.cpp317 if (st.st_size != CHIP_FLASH_SIZE) { in read_image_from_file()
319 CHIP_FLASH_SIZE); in read_image_from_file()