Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.h115 #define SPI_NOR_IS_64K_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 16) macro
Dflash_npcx_fiu_nor.c291 if ((size >= BLOCK_64K_SIZE) && SPI_NOR_IS_64K_ALIGNED(addr)) { in flash_npcx_nor_erase()