Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c807 MS_U16 tmp_high = 0; in MfeDrvCabacStuffingReport() local
817 ReadRegMFE_BANK1(0x31,&tmp_high); in MfeDrvCabacStuffingReport()
818 bin_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()
822 ReadRegMFE_BANK1(0x33,&tmp_high); in MfeDrvCabacStuffingReport()
823 bit_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()