Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphNxpNciHal_Dnld.cc1887 phDnldChkIntegrityRsp_Buff_t chkIntgRspBuf; in phLibNfc_VerifySN100U_CrcStatus() local
1890 chkIntgRspBuf.pBuff = bCrcStatus; in phLibNfc_VerifySN100U_CrcStatus()
1891 chkIntgRspBuf.data_len = chkIntgRspBuf.pBuff[0]; in phLibNfc_VerifySN100U_CrcStatus()
1892 chkIntgRspBuf.code_len = chkIntgRspBuf.pBuff[1]; in phLibNfc_VerifySN100U_CrcStatus()
1893 if (chkIntgRspBuf.data_len > DATAINFO_LEN || in phLibNfc_VerifySN100U_CrcStatus()
1894 chkIntgRspBuf.code_len > CODEINFO_LEN) in phLibNfc_VerifySN100U_CrcStatus()
1899 STREAM_TO_UINT32(chkIntgRspBuf.crc_status, crc_info_buf); in phLibNfc_VerifySN100U_CrcStatus()
1901 NXPLOG_FWDNLD_E("crc status code area len 0x%x", chkIntgRspBuf.code_len); in phLibNfc_VerifySN100U_CrcStatus()
1902 NXPLOG_FWDNLD_E("crc status code data_len 0x%x", chkIntgRspBuf.data_len); in phLibNfc_VerifySN100U_CrcStatus()
1903 NXPLOG_FWDNLD_E("crc status code area 0x%2x", chkIntgRspBuf.crc_status); in phLibNfc_VerifySN100U_CrcStatus()
[all …]