Lines Matching refs:i
512 UCHAR i; in DownloadBoot() local
515 for ( i = 0; i < m_pImage->m_bootObject->Entry471Count; i++ ) { in DownloadBoot()
516 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY471, i, dwSize, dwDelay) ) { in DownloadBoot()
518 …og->Record("<LAYER %s> ERROR:DownloadBoot-->GetEntry471Property failed,index(%d)", m_layerName, i); in DownloadBoot()
524 if ( !m_pImage->m_bootObject->GetEntryData(ENTRY471, i, pBuffer) ) { in DownloadBoot()
526 …m_pLog->Record("<LAYER %s> ERROR:DownloadBoot-->GetEntry471Data failed,index(%d)", m_layerName, i); in DownloadBoot()
533 …->Record("<LAYER %s> ERROR:DownloadBoot-->Boot_VendorRequest471 failed,index(%d)", m_layerName, i); in DownloadBoot()
547 for ( i=0; i < m_pImage->m_bootObject->Entry472Count; i++ ) { in DownloadBoot()
548 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY472, i, dwSize, dwDelay) ) { in DownloadBoot()
550 …og->Record("<LAYER %s> ERROR:DownloadBoot-->GetEntry472Property failed,index(%d)", m_layerName, i); in DownloadBoot()
556 if ( !m_pImage->m_bootObject->GetEntryData(ENTRY472, i, pBuffer) ) { in DownloadBoot()
558 …m_pLog->Record("<LAYER %s> ERROR:DownloadBoot-->GetEntry472Data failed,index(%d)", m_layerName, i); in DownloadBoot()
565 …->Record("<LAYER %s> ERROR:DownloadBoot-->Boot_VendorRequest472 failed,index(%d)", m_layerName, i); in DownloadBoot()
589 int i; in EraseAllBlocks() local
593 for (i = 0; i < 8; i++) { in EraseAllBlocks()
594 if ( m_flashInfo.bFlashCS & (1 << i) ) { in EraseAllBlocks()
613 for (i = 0; i < 8; i++) { in EraseAllBlocks()
614 if ( m_flashInfo.bFlashCS & (1 << i) ) { in EraseAllBlocks()
620 iRet = m_pComm->RKU_EraseBlock(i, iErasePos, iEraseBlockNum, ERASE_FORCE); in EraseAllBlocks()