Searched refs:iUsedBlockCount (Results 1 – 1 of 1) sorted by relevance
344 int iUsedSecCount, iUsedBlockCount, iValidSecCount; in ReadMutilSector() local346 iUsedBlockCount = dwPos / m_flashInfo.uiSectorPerBlock; in ReadMutilSector()347 iUsedSecCount = dwPos - (iUsedBlockCount * m_flashInfo.uiSectorPerBlock); in ReadMutilSector()359 …iCurPos = iUsedBlockCount * m_flashInfo.uiSectorPerBlock + (m_flashInfo.usValidSecPerBlock - iVali… in ReadMutilSector()375 iUsedBlockCount++; in ReadMutilSector()