Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/hal/k6lite/demod/
H A DhalDMD_INTERN_DVBC.c2570 MS_U8 u8_interrupt_type=0x00; in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR() local
2616 u8_interrupt_type = HAL_DMD_RIU_ReadByte(MB_DEMOD_A_INTERRUPT_CASE) &0x0F; in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2617 ADAPTIVE_CLOCK_PRINT3(printf("DEMOD A: u8_interrupt_type=%d \n",u8_interrupt_type)); in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2619 if (u8_interrupt_type==0x00) //lock case in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2626 if (u8_interrupt_type==0x01) //unlock case in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2637 u8_interrupt_type = HAL_DMD_RIU_ReadByte(MB_DEMOD_B_INTERRUPT_CASE)&0x0F; in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2638 ADAPTIVE_CLOCK_PRINT3(printf("DEMOD B: u8_interrupt_type=%d \n",u8_interrupt_type)); in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2640 if (u8_interrupt_type==0x00) //lock case in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2647 if (u8_interrupt_type==0x01) //unlock case in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
2659 *pu8IntType = ((u8_demod_index & 0x0F) << 4) + ((u8_interrupt_type + 1) & 0x0F); in INTERN_DVBC_DEMOD_INTERRUPT_MONITOR()
[all …]
H A DhalDMD_INTERN_DVBS.c1850 MS_U8 u8_interrupt_type = 0; in INTERN_DVBS_Demod_Interrupt_Monitor() local
1870 u8_interrupt_type = 1; in INTERN_DVBS_Demod_Interrupt_Monitor()
1891 u8_interrupt_type = 1; in INTERN_DVBS_Demod_Interrupt_Monitor()
1902 u8_interrupt_type = 2; in INTERN_DVBS_Demod_Interrupt_Monitor()
1911 u8_interrupt_type = 0; in INTERN_DVBS_Demod_Interrupt_Monitor()
1920 u8_interrupt_type = 1; in INTERN_DVBS_Demod_Interrupt_Monitor()
1957 u8_interrupt_type = 2; in INTERN_DVBS_Demod_Interrupt_Monitor()
1965 u8_interrupt_type = 3; in INTERN_DVBS_Demod_Interrupt_Monitor()
1975 u8_interrupt_type = 0; in INTERN_DVBS_Demod_Interrupt_Monitor()
1980 *pu8IntType = u8_interrupt_type; in INTERN_DVBS_Demod_Interrupt_Monitor()