Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/
H A DdrvDMD_EXTERN_MSB201X.c745 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB201X_GetDSPReg() local
795 bRet &= _MDrv_DMD_MSB201X_GetReg(devID, u32REG_EXT_INTR , &u8Cntl); in _MDrv_DMD_MSB201X_GetDSPReg()
796 u8Cntl |= 0x02; //assert interrupt bit in _MDrv_DMD_MSB201X_GetDSPReg()
797 bRet &= _MDrv_DMD_MSB201X_SetReg(devID, u32REG_EXT_INTR , u8Cntl); in _MDrv_DMD_MSB201X_GetDSPReg()
801 bRet &= _MDrv_DMD_MSB201X_GetReg(devID, u32REG_MB_CNTL, &u8Cntl); in _MDrv_DMD_MSB201X_GetDSPReg()
813 while(u8Cntl != 0xff); in _MDrv_DMD_MSB201X_GetDSPReg()
818 bRet &= _MDrv_DMD_MSB201X_GetReg(devID, u32REG_EXT_INTR , &u8Cntl); in _MDrv_DMD_MSB201X_GetDSPReg()
819 u8Cntl &= (~0x02); //deassert interrupt bit in _MDrv_DMD_MSB201X_GetDSPReg()
820 bRet &= _MDrv_DMD_MSB201X_SetReg(devID, u32REG_EXT_INTR , u8Cntl); in _MDrv_DMD_MSB201X_GetDSPReg()
870 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB201X_SetDSPReg() local
[all …]
H A DdrvDMD_EXTERN_MSB123xc.c722 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB123xc_GetDSPReg() local
731 bRet &= _MDrv_DMD_MSB123xc_GetReg(REG_MB_CNTL, &u8Cntl); in _MDrv_DMD_MSB123xc_GetDSPReg()
743 while(u8Cntl != 0xff); in _MDrv_DMD_MSB123xc_GetDSPReg()
771 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB123xc_SetDSPReg() local
788 bRet &= _MDrv_DMD_MSB123xc_GetReg(REG_MB_CNTL, &u8Cntl); in _MDrv_DMD_MSB123xc_SetDSPReg()
800 while(u8Cntl != 0xff); in _MDrv_DMD_MSB123xc_SetDSPReg()
H A DdrvDMD_EXTERN_MSB124x.c895 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB124X_GetDSPReg() local
904 bRet &= _MDrv_DMD_MSB124X_GetReg(REG_MB_CNTL, &u8Cntl); in _MDrv_DMD_MSB124X_GetDSPReg()
916 while(u8Cntl != 0xff); in _MDrv_DMD_MSB124X_GetDSPReg()
944 MS_U8 u8Cntl = 0x00; in _MDrv_DMD_MSB124X_SetDSPReg() local
961 bRet &= _MDrv_DMD_MSB124X_GetReg(REG_MB_CNTL, &u8Cntl); in _MDrv_DMD_MSB124X_SetDSPReg()
973 while(u8Cntl != 0xff); in _MDrv_DMD_MSB124X_SetDSPReg()