Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc827 uint16_t offsetFwMajorNum, offsetFwMinorNum; in phDnldNfc_InitImgInfo() local
830 offsetFwMinorNum = ((uint16_t)(gpphDnldContext->nxp_nfc_fw[794])); in phDnldNfc_InitImgInfo()
833 offsetFwMinorNum = ((uint16_t)(gpphDnldContext->nxp_nfc_fw[4])); in phDnldNfc_InitImgInfo()
836 NXPLOG_FWDNLD_D("FW Minor Version Num - %x", offsetFwMinorNum); in phDnldNfc_InitImgInfo()
838 wFwVer = (offsetFwMajorNum | offsetFwMinorNum); in phDnldNfc_InitImgInfo()