Home
last modified time | relevance | path

Searched refs:wFwVerRsp (Results 1 – 5 of 5) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal_ext.cc49 extern uint32_t wFwVerRsp;
474 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) | in phNxpNciHal_ext_process_nfc_init_rsp()
512 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) | in phNxpNciHal_ext_process_nfc_init_rsp()
514 if (wFwVerRsp == 0) status = NFCSTATUS_FAILED; in phNxpNciHal_ext_process_nfc_init_rsp()
892 else if ((wFwVerRsp & 0x0000FFFF) == wFwVer) { in phNxpNciHal_write_ext()
DphNxpNciHal.cc71 uint32_t wFwVerRsp; variable
442 unsigned char fw_major_no = ((wFwVerRsp >> 8) & 0x000000FF); in phNxpNciHal_CheckValidFwVersion()
483 } else if (wFwVerRsp == 0) { in phNxpNciHal_CheckValidFwVersion()
718 (nfcFL.chipType == pn553) && ((wFwVerRsp >> 8 & 0xFFFF) == 0x1102); in phNxpNciHal_MinOpen()
751 NXPLOG_NCIHAL_D("FW version from device = 0x%x", wFwVerRsp); in phNxpNciHal_MinOpen()
752 if ((wFwVerRsp & 0x0000FFFF) == wFwVer) { in phNxpNciHal_MinOpen()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc49 extern uint32_t wFwVerRsp;
744 NXPLOG_NCIHAL_D("FW version found on the device = 0x%x", wFwVerRsp); in phNxpNciHal_CheckFwRegFlashRequired()
753 wFwUpdateReq = (utf8_t)wFwVer > (utf8_t)wFwVerRsp ? true : false; in phNxpNciHal_CheckFwRegFlashRequired()
756 wFwUpdateReq = ((wFwVerRsp & 0x0000FFFF) != wFwVer) ? true : false; in phNxpNciHal_CheckFwRegFlashRequired()
DphNxpNciHal.cc99 uint32_t wFwVerRsp; variable
444 NXPLOG_NCIHAL_D("FW version from device = 0x%x", wFwVerRsp); in phNxpNciHal_force_fw_download()
445 if (wFwVerRsp == 0) { in phNxpNciHal_force_fw_download()
602 uint8_t rom_version = 0xFF & (wFwVerRsp >> 16); in phNxpNciHal_CheckValidFwVersion()
603 uint8_t fw_maj_ver = 0xFF & (wFwVerRsp >> 8); in phNxpNciHal_CheckValidFwVersion()
619 if (wFwVerRsp == 0) { in phNxpNciHal_CheckValidFwVersion()
825 if (wFwVerRsp == 0) { in phNxpNciHal_MinOpen()
829 wFwVerRsp = 0x00; in phNxpNciHal_MinOpen()
994 uint8_t rom_version = 0xFF & (wFwVerRsp >> 16); in phNxpNciHal_fw_mw_ver_check()
995 uint8_t fw_maj_ver = 0xFF & (wFwVerRsp >> 8); in phNxpNciHal_fw_mw_ver_check()
[all …]
DphNxpNciHal_ext.cc70 extern uint32_t wFwVerRsp;
476 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) | in phNxpNciHal_ext_process_nfc_init_rsp()
507 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) | in phNxpNciHal_ext_process_nfc_init_rsp()
509 if (wFwVerRsp == 0) status = NFCSTATUS_FAILED; in phNxpNciHal_ext_process_nfc_init_rsp()
897 else if ((wFwVerRsp & 0x0000FFFF) == wFwVer) { in phNxpNciHal_write_ext()