Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c27 #define BLOCK_4K_SIZE KB(4) macro
275 if ((size % BLOCK_4K_SIZE) != 0) { in flash_npcx_nor_erase()
297 addr += BLOCK_4K_SIZE; in flash_npcx_nor_erase()
298 size -= BLOCK_4K_SIZE; in flash_npcx_nor_erase()