Home
last modified time | relevance | path

Searched refs:SPI_NOR_IS_SECTOR_ALIGNED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h47 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h113 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro
Dflash_andes_qspi.c398 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()
Dflash_npcx_fiu_nor.c269 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in flash_npcx_nor_erase()
Dspi_nor.c947 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), \