Searched refs:m_usFlashInfoDataLen (Results 1 – 2 of 2) sorted by relevance
120 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()
126 USHORT m_usFlashInfoDataLen; variable