Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c806 MS_U16 tmp_low = 0; in MfeDrvCabacStuffingReport() local
816 ReadRegMFE_BANK1(0x30,&tmp_low); in MfeDrvCabacStuffingReport()
818 bin_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()
821 ReadRegMFE_BANK1(0x32,&tmp_low); in MfeDrvCabacStuffingReport()
823 bit_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()