Searched refs:CHIP_FLASH_BANK_SIZE (Results 1 – 3 of 3) sorted by relevance
64 #define CHIP_FLASH_BANK_SIZE 0x800 /* protect bank size */ macro
58 uint8_t payload[CHIP_FLASH_BANK_SIZE]; /* data to write */
371 for (; offset < stop; offset += CHIP_FLASH_BANK_SIZE) { in try_update()378 memcpy(fb->payload, image.data() + offset, CHIP_FLASH_BANK_SIZE); in try_update()