Searched refs:SPI_NOR_IS_64K_ALIGNED (Results 1 – 2 of 2) sorted by relevance
115 #define SPI_NOR_IS_64K_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 16) macro
291 if ((size >= BLOCK_64K_SIZE) && SPI_NOR_IS_64K_ALIGNED(addr)) { in flash_npcx_nor_erase()