Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.cpp439 BYTE bChipInfo[CHIPINFO_LEN]; in CheckChip() local
441 memset(bChipInfo, 0, CHIPINFO_LEN); in CheckChip()
442 iRet = m_pComm->RKU_ReadChipInfo(bChipInfo); in CheckChip()
450 memcpy(m_chipData, bChipInfo, CHIPINFO_LEN); in CheckChip()
452 pValue = (DWORD *)(&bChipInfo[0]); in CheckChip()
H A DRKAndroidDevice.h58 BYTE bChipInfo[CHIPINFO_LEN]; member
H A DRKAndroidDevice.cpp504 memset(pSec2->bChipInfo, 0, CHIPINFO_LEN); in MakeSector2()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkimage.h142 BYTE bChipInfo[CHIPINFO_LEN]; member
H A Drkboot.c211 memset(pSec2->bChipInfo, 0, CHIPINFO_LEN); in MakeSector2()