Searched refs:nxp_nfc_fw (Results 1 – 5 of 5) sorted by relevance
76 extern const uint8_t *nxp_nfc_fw;113 uint8_t *nxp_nfc_fw,128 ,uint8_t *nxp_nfc_fw
632 uint8_t *nxp_nfc_fw,3401 ,uint8_t *nxp_nfc_fw in phDnldNfc_Process_FW() argument3417 psDnldContext->p_img_hdr = (img_data_hdr_t *) nxp_nfc_fw; in phDnldNfc_Process_FW()3441 psDnldContext->p_fw_hdr = (fw_data_hdr_t *) ( nxp_nfc_fw + fw_index ); in phDnldNfc_Process_FW()3485 (nxp_nfc_fw + fw_index); in phDnldNfc_Process_FW()3502 (nxp_nfc_fw + fw_index + sizeof(section_hdr_t)); in phDnldNfc_Process_FW()3526 p_cur_sec->p_sec_data = ((uint8_t *) nxp_nfc_fw) + fw_index + in phDnldNfc_Process_FW()3539 p_cur_sec->p_sec_chksum = ( uint8_t *)(nxp_nfc_fw + fw_index); in phDnldNfc_Process_FW()3595 psDnldContext->p_fw_raw = (uint8_t *)(nxp_nfc_fw + fw_index); in phDnldNfc_Process_FW()3619 ,uint8_t *nxp_nfc_fw in phDnldNfc_Run_Check()[all …]
312 const unsigned char *nxp_nfc_fw = NULL; variable335 nxp_nfc_fw = (unsigned char *)p; in dlopen_firmware()
448 pImgPtr = (uint8_t *)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()906 gpphDnldContext->nxp_nfc_fw = (uint8_t*)pImageInfo; in phDnldNfc_InitImgInfo()908 if((NULL != gpphDnldContext->nxp_nfc_fw) && (0 != gpphDnldContext->nxp_nfc_fw_len)) in phDnldNfc_InitImgInfo()910 NXPLOG_FWDNLD_D("FW Major Version Num - %x",gpphDnldContext->nxp_nfc_fw[5]); in phDnldNfc_InitImgInfo()911 NXPLOG_FWDNLD_D("FW Minor Version Num - %x",gpphDnldContext->nxp_nfc_fw[4]); in phDnldNfc_InitImgInfo()916 … wFwVer = (((uint16_t)(gpphDnldContext->nxp_nfc_fw[5]) << 8U) | (gpphDnldContext->nxp_nfc_fw[4])); in phDnldNfc_InitImgInfo()
155 const uint8_t *nxp_nfc_fw; /* Pointer to firmware version from image */ member