Searched refs:m_usFlashInfoDataLen (Results 1 – 2 of 2) sorted by relevance
175 m_usFlashInfoDataLen = 0; in CRKDevice()326 m_usFlashInfoDataLen = BYTE2SECTOR(uiRead); in GetFlashInfo()327 m_pFlashInfoData = new BYTE[SECTOR_SIZE * m_usFlashInfoDataLen]; in GetFlashInfo()328 memset(m_pFlashInfoData, 0, SECTOR_SIZE * m_usFlashInfoDataLen); in GetFlashInfo()
105 USHORT m_usFlashInfoDataLen; variable