Searched refs:BLOCK_64K_SIZE (Results 1 – 2 of 2) sorted by relevance
18 #define BLOCK_64K_SIZE (0x10000u) macro19 #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()
26 #define BLOCK_64K_SIZE KB(64) macro291 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()