Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/
H A DdrvDMD_EXTERN_MSB123xc.c3088 static MS_BOOL _dram_crc_check(MS_U16 chksum_lib, MS_BOOL* pMatch) in _dram_crc_check() argument
3173 if (mcu_status == 0xaa && ((chksum_lib&0xff00) == (chksum&0xff00)) ) in _dram_crc_check()
3175 else if(chksum_lib == chksum) in _dram_crc_check()
3179 …printf("[crc]chksum_lib=0x%x, chksum=0x%x, bRet=%d, Match=%d, mcu_status=0x%x\n",chksum_lib,chksum… in _dram_crc_check()
H A DdrvDMD_EXTERN_MSB124x.c4015 static MS_BOOL _dram_crc_check(MS_U16 chksum_lib, MS_BOOL* pMatch) in _dram_crc_check() argument
4101 if (mcu_status == 0xaa && ((chksum_lib&0xff00) == (chksum&0xff00)) ) in _dram_crc_check()
4103 else if(chksum_lib == chksum) in _dram_crc_check()
4107 …printf("[crc]chksum_lib=0x%x, chksum=0x%x, bRet=%d, Match=%d, mcu_status=0x%x\n",chksum_lib,chksum… in _dram_crc_check()