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

/external/libnfc-nxp/src/
H A DphDnldNfc.c3352 fw_data_hdr_t *cur_fw_hdr
3364 != ( cur_fw_hdr->fw_version >> (BYTE_SIZE * 2) ))
3370 else if (( pHwRef->device_info.fw_version < cur_fw_hdr->fw_version )
3378 else if (( pHwRef->device_info.fw_version > cur_fw_hdr->fw_version )
3413 fw_data_hdr_t *cur_fw_hdr = NULL; local
3449 cur_fw_hdr = psDnldContext->p_fw_hdr;
3451 fw_index = fw_index + (cur_fw_hdr->fw_hdr_len * PNDNLD_WORD_LEN);
3453 status = phDnldNfc_Check_FW( pHwRef, cur_fw_hdr);
3463 if( (BYTE_MASK > cur_fw_hdr->no_of_sections)
3464 && (0 != cur_fw_hdr
3628 fw_data_hdr_t *cur_fw_hdr = NULL; local
[all...]

Completed in 97 milliseconds