Searched refs:QSPI_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
61 #define QSPI_BLOCK_SIZE SPI_NOR_BLOCK_SIZE macro230 #define QSPI_IS_BLOCK_ALIGNED(_ofs) (((_ofs) & (QSPI_BLOCK_SIZE - 1U)) == 0)590 } else if ((size >= QSPI_BLOCK_SIZE) && in qspi_erase()594 adj = QSPI_BLOCK_SIZE; in qspi_erase()