Searched refs:QSPI_SECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
60 #define QSPI_SECTOR_SIZE SPI_NOR_SECTOR_SIZE macro229 #define QSPI_IS_SECTOR_ALIGNED(_ofs) (((_ofs) & (QSPI_SECTOR_SIZE - 1U)) == 0)595 } else if ((size >= QSPI_SECTOR_SIZE) && in qspi_erase()599 adj = QSPI_SECTOR_SIZE; in qspi_erase()1011 if ((addr % QSPI_SECTOR_SIZE) != 0) { in qspi_nor_erase()1016 if ((size == 0) || (size % QSPI_SECTOR_SIZE) != 0) { in qspi_nor_erase()