Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/hal/k6lite/demod/
H A DhalDMD_INTERN_DVBC.c2573 MS_U8 u8_int_COUNTER_FW_A; in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR() local
2585 u8_int_COUNTER_FW_A= HAL_DMD_RIU_ReadByte(MB_DEMOD_A_FW_CNT); //interrupt_counter of demod A in FW in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2589 ADAPTIVE_CLOCK_PRINT3(printf("Demod counter of A=%d \n",u8_int_COUNTER_FW_A)); in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2594 if( (u8_int_COUNTER_DRIVER_A != u8_int_COUNTER_FW_A)) in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2613 (u8_update_A==1 && u8_update_B==1 && (u8_int_COUNTER_FW_A <= u8_int_COUNTER_FW_B))) in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2630 u8_int_COUNTER_DRIVER_A=u8_int_COUNTER_FW_A; in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2634 (u8_update_A==1 && u8_update_B==1 && (u8_int_COUNTER_FW_A > u8_int_COUNTER_FW_B))) in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()