Lines Matching refs:m_pComm
112 iRet = m_pComm->RKU_ReadSector(i * m_flashInfo.uiSectorPerBlock, 4, bData); in FindIDBlock()
865 iRet = m_pComm->RKU_LoaderWriteLBA(64 + i * 1024, dwSectorNum, lpIDBlock); in WriteIDBlock()
1629 m_pComm->RKU_ReopenLBAHandle(); in DownloadImage()
1740 iRet = m_pComm->RKU_WriteLBA(dwOffset, 1, flagSector); in write_partition_upgrade_flag()
1759 iRet = m_pComm->RKU_ReadLBA(dwOffset, 1, flagSector); in read_partition_upgrade_flag()
1951 m_pComm->RKU_ReopenLBAHandle(); in UpgradePartition()
2002 m_pComm->RKU_ReopenLBAHandle(); in UpgradePartition()
2109 iRet = m_pComm->RKU_EraseBlock(i, iErasePos, iEraseBlockNum, ERASE_FORCE); in EraseAllBlocks()
2194 iRet = m_pComm->RKU_WriteLBA(64 + uiOffset, uiWriteByte, writeBuf); in BufferWriteBack()
2228 iRet = m_pComm->RKU_ReadSector(i * m_flashInfo.uiSectorPerBlock, 2, buffer); in FindBackupBuffer()
2445 … iRet = m_pComm->RKU_TestDeviceReady((DWORD *)&m_uiUserSectors, NULL, TU_GETUSERSECTOR_SUBCODE); in RKA_File_Download()
2503 iRet = m_pComm->RKU_WriteLBA(uiBegin, uiLen, pBuffer, byRWMethod); in RKA_File_Download()
2636 iRet = m_pComm->RKU_ReadLBA(uiBegin, uiLen, pBufferFromFlash, byRWMethod); in RKA_File_Check()
2764 …iRet = m_pComm->RKU_WriteLBA(uiBegin, uiLen, m_paramBuffer + uiTransfer, byRWMethod); //ÿ�ζ�Ҫд32��… in RKA_Param_Download()
2837 iRet = m_pComm->RKU_ReadLBA(uiBegin, uiLen, pRead, byRWMethod); in RKA_Param_Check()
2944 iRet = m_pComm->RKU_WriteLBA(0, 34, m_gptBuffer); in RKA_Gpt_Download()
2957 iRet = m_pComm->RKU_WriteLBA(dwPos, 33, backup_gpt); in RKA_Gpt_Download()
2988 iRet = m_pComm->RKU_ReadLBA(0, 34, pRead); in RKA_Gpt_Check()
3026 iRet = m_pComm->RKU_ReadLBA(m_flashInfo.uiBlockNum - 33, 33, pRead); in RKA_Gpt_Check()
3349 iRet = m_pComm->RKU_ReadSector(m_idBlockOffset[i] * m_flashInfo.uiSectorPerBlock, 8, bData); in GetPublicKey()