Home | History | Annotate | Download | only in src

Lines Matching refs:sec_index

1666     uint8_t                 sec_index = psDnldContext->section_index;
1667 section_info_t *p_sec_info = (psDnldContext->p_fw_sec + sec_index);
1669 while((sec_index < psDnldContext->p_fw_hdr->no_of_sections)
1686 DNLD_DEBUG(" FW_DNLD: Section %02X Download Complete\n", sec_index);
1689 DNLD_DEBUG(" FW_DNLD: Reset After Section %02X Download \n", sec_index);
1695 sec_index++;
1705 p_sec_info = (psDnldContext->p_fw_sec + sec_index);
1707 if( (sec_index < psDnldContext->p_fw_hdr->no_of_sections)
1718 sec_index++;
1719 p_sec_info = (psDnldContext->p_fw_sec + sec_index);
1723 p_sec_info = (psDnldContext->p_fw_sec + sec_index);
1726 psDnldContext->section_index = sec_index;
3414 uint8_t sec_index = 0;
3478 for(sec_index = 0; sec_index
3479 < cur_fw_hdr->no_of_sections; sec_index++ )
3482 (psDnldContext->p_fw_sec + sec_index ));
3487 DNLD_DEBUG(" FW_DNLD: Section %x \n", sec_index);
3509 if (0 == sec_index)