Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dsoc_flash_b91.c18 #define BLOCK_64K_SIZE (0x10000u) macro
19 #define BLOCK_64K_PAGES (BLOCK_64K_SIZE / PAGE_SIZE)
92 if ((page_nums >= BLOCK_64K_PAGES) && ((offset % BLOCK_64K_SIZE) == 0)) { in flash_b91_erase()
96 offset += BLOCK_64K_SIZE; in flash_b91_erase()
Dflash_npcx_fiu_nor.c26 #define BLOCK_64K_SIZE KB(64) macro
291 if ((size >= BLOCK_64K_SIZE) && SPI_NOR_IS_64K_ALIGNED(addr)) { in flash_npcx_nor_erase()
293 addr += BLOCK_64K_SIZE; in flash_npcx_nor_erase()
294 size -= BLOCK_64K_SIZE; in flash_npcx_nor_erase()