Lines Matching refs:flashDesc
259 config->flashDesc.totalSize = kDflashDensities[dataIFRReadOut.FlexNVMPartitionCode]; in FTFx_API_UpdateFlexnvmPartitionStatus()
291 sectorSize = config->flashDesc.sectorSize; in FTFx_CMD_Erase()
338 uint32_t lengthInBytes = config->flashDesc.sectorSize; in FTFx_CMD_EraseSectorNonBlocking()
610 sectorSize = config->flashDesc.sectorSize; in FTFx_CMD_ProgramSection()
738 config->flashDesc.totalSize = 0xFFFFFFFFU; in FTFx_CMD_ProgramPartition()
889 blockSize = config->flashDesc.totalSize / config->flashDesc.blockCount; in FTFx_CMD_VerifyErase()
1158 if ((address >= (config->flashDesc.totalSize / 2u)) || in FTFx_CMD_SwapControl()
1220 config->ifrDesc.resRange.pflashSwapIfrStart = config->flashDesc.totalSize / 4; in ftfx_init_ifr()
1345 if ((startAddress >= config->flashDesc.blockBase) && in ftfx_check_mem_range()
1346 … ((startAddress + lengthInBytes) <= (config->flashDesc.blockBase + config->flashDesc.totalSize))) in ftfx_check_mem_range()
1351 else if ((startAddress >= config->flashDesc.aliasBlockBase) && in ftfx_check_mem_range()
1352 …((startAddress + lengthInBytes) <= (config->flashDesc.aliasBlockBase + config->flashDesc.totalSize… in ftfx_check_mem_range()