Searched refs:nextBlockStartAddress (Results 1 – 2 of 2) sorted by relevance
875 uint32_t nextBlockStartAddress; in FTFx_CMD_VerifyErase() local892 nextBlockStartAddress = ALIGN_UP(erasestart, blockSize); in FTFx_CMD_VerifyErase()894 if (nextBlockStartAddress == erasestart) in FTFx_CMD_VerifyErase()896 nextBlockStartAddress += blockSize; in FTFx_CMD_VerifyErase()905 uint32_t verifyLength = nextBlockStartAddress - erasestart; in FTFx_CMD_VerifyErase()928 nextBlockStartAddress += blockSize; in FTFx_CMD_VerifyErase()
1408 uint32_t nextBlockStartAddress; in FLASH_VerifyErase() local1432 nextBlockStartAddress = ALIGN_UP(start, blockSize); in FLASH_VerifyErase()1433 if (nextBlockStartAddress == start) in FLASH_VerifyErase()1435 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()1443 uint32_t verifyLength = nextBlockStartAddress - start; in FLASH_VerifyErase()1491 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()