Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Divm_core.c2374 unsigned short iIndex = 0; in ispVMBypass() local
2403 for (iIndex = 0; iIndex < Bits - 1; iIndex++) { in ispVMBypass()
2405 if (iIndex % 8 == 0) { in ispVMBypass()
2408 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2414 if (iIndex % 8 == 0) { in ispVMBypass()
2418 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2532 unsigned short iIndex = 0; in ispVMSend() local
2537 for (iIndex = 0; iIndex < a_usiDataSize - 1; iIndex++) { in ispVMSend()
2538 if (iIndex % 8 == 0) { in ispVMSend()
2541 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
[all …]
/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.cpp147 char i, iIndex, iStart = 0; in FindAllIDB() local
152 iRet = FindIDBlock(iStart, iIndex); in FindAllIDB()
158 m_idBlockOffset[i] = iIndex; in FindAllIDB()
160 iStart = iIndex + 1; in FindAllIDB()