Searched refs:SPI_NOR_IS_SECTOR_ALIGNED (Results 1 – 5 of 5) sorted by relevance
47 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro
113 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro
398 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in flash_andes_qspi_erase()677 if (!SPI_NOR_IS_SECTOR_ALIGNED(layout->pages_size)) { in setup_pages_layout()
269 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in flash_npcx_nor_erase()
947 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in spi_nor_erase()1699 BUILD_ASSERT(SPI_NOR_IS_SECTOR_ALIGNED(CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE), \