Home | History | Annotate | Download | only in hal

Lines Matching refs:wFwVer

56 extern uint16_t wFwVer;
304 ufw_current_major_no = ((0x00FF) & (wFwVer >> 8U));
567 NXPLOG_NCIHAL_D("FW version for FW file = 0x%x", wFwVer);
569 if ((wFwVerRsp & 0x0000FFFF) == wFwVer) {