Home
last modified time | relevance | path

Searched refs:iUsedSecCount (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.cpp344 int iUsedSecCount, iUsedBlockCount, iValidSecCount; in ReadMutilSector() local
347 iUsedSecCount = dwPos - (iUsedBlockCount * m_flashInfo.uiSectorPerBlock); in ReadMutilSector()
348 iValidSecCount = m_flashInfo.usValidSecPerBlock - iUsedSecCount; in ReadMutilSector()
371 iUsedSecCount += dwReadSector; in ReadMutilSector()