Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc799 uint16_t offsetFwMajorNum, offsetFwMinorNum; in phDnldNfc_InitImgInfo() local
802 offsetFwMinorNum = ((uint16_t)(gpphDnldContext->nxp_nfc_fw[794])); in phDnldNfc_InitImgInfo()
805 offsetFwMinorNum = ((uint16_t)(gpphDnldContext->nxp_nfc_fw[4])); in phDnldNfc_InitImgInfo()
808 NXPLOG_FWDNLD_D("FW Minor Version Num - %x", offsetFwMinorNum); in phDnldNfc_InitImgInfo()
810 wFwVer = (offsetFwMajorNum | offsetFwMinorNum); in phDnldNfc_InitImgInfo()