Home
last modified time | relevance | path

Searched refs:SPI_NOR_IS_SECTOR_ALIGNED (Results 1 – 6 of 6) 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.c420 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in flash_andes_qspi_erase()
699 if (!SPI_NOR_IS_SECTOR_ALIGNED(layout->pages_size)) { in setup_pages_layout()
Dflash_npcx_fiu_nor.c312 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in flash_npcx_nor_erase()
Dspi_nor.c950 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in spi_nor_erase()
1716 BUILD_ASSERT(SPI_NOR_IS_SECTOR_ALIGNED(CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE), \
Dflash_mspi_nor.c262 if (!SPI_NOR_IS_SECTOR_ALIGNED(addr)) { in api_erase()