Searched refs:no_of_sections (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphDnldNfc.c318 uint8_t no_of_sections; member in struct:fw_data_hdr
1669 while((sec_index < psDnldContext->p_fw_hdr->no_of_sections)
1707 if( (sec_index < psDnldContext->p_fw_hdr->no_of_sections)
3463 if( (BYTE_MASK > cur_fw_hdr->no_of_sections)
3464 && (0 != cur_fw_hdr->no_of_sections)
3468 (cur_fw_hdr->no_of_sections * sizeof(section_info_t)));
3476 cur_fw_hdr->no_of_sections);
3479 < cur_fw_hdr->no_of_sections; sec_index++ )
3591 (0 == cur_fw_hdr->no_of_sections)

Completed in 102 milliseconds