Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.cpp120 m_usFlashInfoDataLen = 0; in CRKDevice()
283 m_usFlashInfoDataLen = BYTE2SECTOR(uiRead); in GetFlashInfo()
284 m_pFlashInfoData = new BYTE[SECTOR_SIZE * m_usFlashInfoDataLen]; in GetFlashInfo()
285 memset(m_pFlashInfoData, 0, SECTOR_SIZE * m_usFlashInfoDataLen); in GetFlashInfo()
H A DRKDevice.h126 USHORT m_usFlashInfoDataLen; variable