| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/dscmb/ |
| H A D | halDSCMB.c | 3579 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid) in HAL_DSCMB_Get_TsidInput() argument 3590 *u32Tsid = (u32Tmp & REG_TSP_PIDFLT_TS_SRC_MSK) >> REG_TSP_PIDFLT_TS_SRC_SHT; in HAL_DSCMB_Get_TsidInput() 3594 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Get TSID %u !!!!!!!!!!!!!\n", *u32Tsid); in HAL_DSCMB_Get_TsidInput() 3640 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 u32CAVid) in HAL_DSCMB_SetTSPCAVid() argument 3643 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%u, Set CAVid: 0x%u\n", u32Tsid, u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3645 switch(u32Tsid) in HAL_DSCMB_SetTSPCAVid() 3649 REG16_MSK_W(REG_TSP_CA_PATH(u32Tsid), REG_TSP_CAVID_MSK , u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3650 REG16_MSK_W(REG_TSP_CA_PATH(u32Tsid), REG_TSP_CA_CHID_MSK , 0<<8); in HAL_DSCMB_SetTSPCAVid() 3654 REG16_MSK_W(REG_TSP_CA_PATH(u32Tsid), REG_TSP_CAVID_MSK , u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3655 REG16_MSK_W(REG_TSP_CA_PATH(u32Tsid), REG_TSP_CA_CHID_MSK , 0<<8); in HAL_DSCMB_SetTSPCAVid() [all …]
|
| H A D | halDSCMB.h | 689 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 777 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 779 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 798 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | drvDSCMB.c | 515 DscmbTspMap[j][i].u32Tsid = HAL_DSCMB_TSID_MAX; in _MDrv_DSCMB2_InitBySWFlag() 682 pMap->u32Tsid = HAL_DSCMB_TSID_MAX; in _MDrv_DSCMB2_FltAllocWithCAVid() 812 if ( (pMapTmp->bUsed == TRUE) && (pMapTmp->u32Tsid == pMap->u32Tsid)) in _MDrv_DSCMB2_FltFree() 825 HAL_DSCMB_PES_Enable (0, pMap->u32Tsid, FALSE); in _MDrv_DSCMB2_FltFree() 883 pMap->u32Tsid = HAL_DSCMB_TSID_MAX; in _MDrv_DSCMB2_FltFree() 902 MS_U32 u32Tsid = 0; in _MDrv_DSCMB2_FltConnectFltId() local 926 HAL_DSCMB_Get_TsidInput (u32FltId, &u32Tsid); in _MDrv_DSCMB2_FltConnectFltId() 930 pMap->u32Tsid = u32Tsid; in _MDrv_DSCMB2_FltConnectFltId() 934 if(u32Tsid != pMap->u32Tsid) in _MDrv_DSCMB2_FltConnectFltId() 937 u32FltId, u32Tsid, pMap->u32Tsid); in _MDrv_DSCMB2_FltConnectFltId() [all …]
|
| H A D | drvDSCMB_private.h | 20 MS_U32 u32Tsid; member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/ |
| H A D | halDSCMB.c | 3523 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid) in HAL_DSCMB_Get_TsidInput() argument 3530 *u32Tsid = (u32Tmp & REG_TSP_PIDFLT_TS_SRC_MSK) >> REG_TSP_PIDFLT_TS_SRC_SHT; in HAL_DSCMB_Get_TsidInput() 3534 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Get TSID %u !!!!!!!!!!!!!\n", *u32Tsid); in HAL_DSCMB_Get_TsidInput() 3580 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 u32CAVid) in HAL_DSCMB_SetTSPCAVid() argument 3583 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%u, Set CAVid: 0x%u\n", u32Tsid, u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3585 switch(u32Tsid) in HAL_DSCMB_SetTSPCAVid() 3627 MS_BOOL HAL_DSCMB_ClearPidPairStatus(MS_U32 u32Tsid, MS_U32 u32PidPairSet) in HAL_DSCMB_ClearPidPairStatus() argument 3632 …HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%X, reset pid pair: 0x%X\n", u32Tsid, u32PidPairNum); in HAL_DSCMB_ClearPidPairStatus() 3634 switch(u32Tsid) in HAL_DSCMB_ClearPidPairStatus() 3698 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable) in HAL_DSCMB_CC_Respin() argument [all …]
|
| H A D | halDSCMB.h | 683 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 771 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 773 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 792 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/dscmb/ |
| H A D | halDSCMB.c | 3457 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid) in HAL_DSCMB_Get_TsidInput() argument 3464 *u32Tsid = (u32Tmp & REG_TSP_PIDFLT_TS_SRC_MSK) >> REG_TSP_PIDFLT_TS_SRC_SHT; in HAL_DSCMB_Get_TsidInput() 3468 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Get TSID %u !!!!!!!!!!!!!\n", *u32Tsid); in HAL_DSCMB_Get_TsidInput() 3514 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 u32CAVid) in HAL_DSCMB_SetTSPCAVid() argument 3517 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%u, Set CAVid: 0x%u\n", u32Tsid, u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3519 switch(u32Tsid) in HAL_DSCMB_SetTSPCAVid() 3561 MS_BOOL HAL_DSCMB_ClearPidPairStatus(MS_U32 u32Tsid, MS_U32 u32PidPairSet) in HAL_DSCMB_ClearPidPairStatus() argument 3566 …HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%X, reset pid pair: 0x%X\n", u32Tsid, u32PidPairNum); in HAL_DSCMB_ClearPidPairStatus() 3568 switch(u32Tsid) in HAL_DSCMB_ClearPidPairStatus() 3627 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable) in HAL_DSCMB_CC_Respin() argument [all …]
|
| H A D | halDSCMB.h | 672 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 772 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 774 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 793 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/dscmb/ |
| H A D | halDSCMB.c | 3457 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid) in HAL_DSCMB_Get_TsidInput() argument 3464 *u32Tsid = (u32Tmp & REG_TSP_PIDFLT_TS_SRC_MSK) >> REG_TSP_PIDFLT_TS_SRC_SHT; in HAL_DSCMB_Get_TsidInput() 3468 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Get TSID %u !!!!!!!!!!!!!\n", *u32Tsid); in HAL_DSCMB_Get_TsidInput() 3514 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 u32CAVid) in HAL_DSCMB_SetTSPCAVid() argument 3517 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%u, Set CAVid: 0x%u\n", u32Tsid, u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3519 switch(u32Tsid) in HAL_DSCMB_SetTSPCAVid() 3561 MS_BOOL HAL_DSCMB_ClearPidPairStatus(MS_U32 u32Tsid, MS_U32 u32PidPairSet) in HAL_DSCMB_ClearPidPairStatus() argument 3566 …HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%X, reset pid pair: 0x%X\n", u32Tsid, u32PidPairNum); in HAL_DSCMB_ClearPidPairStatus() 3568 switch(u32Tsid) in HAL_DSCMB_ClearPidPairStatus() 3627 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable) in HAL_DSCMB_CC_Respin() argument [all …]
|
| H A D | halDSCMB.h | 672 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 772 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 774 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 793 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/dscmb/ |
| H A D | halDSCMB.c | 3517 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid) in HAL_DSCMB_Get_TsidInput() argument 3524 *u32Tsid = (u32Tmp & REG_TSP_PIDFLT_TS_SRC_MSK) >> REG_TSP_PIDFLT_TS_SRC_SHT; in HAL_DSCMB_Get_TsidInput() 3528 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Get TSID %u !!!!!!!!!!!!!\n", *u32Tsid); in HAL_DSCMB_Get_TsidInput() 3574 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 u32CAVid) in HAL_DSCMB_SetTSPCAVid() argument 3577 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%u, Set CAVid: 0x%u\n", u32Tsid, u32CAVid); in HAL_DSCMB_SetTSPCAVid() 3579 switch(u32Tsid) in HAL_DSCMB_SetTSPCAVid() 3621 MS_BOOL HAL_DSCMB_ClearPidPairStatus(MS_U32 u32Tsid, MS_U32 u32PidPairSet) in HAL_DSCMB_ClearPidPairStatus() argument 3626 …HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "u32Tsid: 0x%X, reset pid pair: 0x%X\n", u32Tsid, u32PidPairNum); in HAL_DSCMB_ClearPidPairStatus() 3628 switch(u32Tsid) in HAL_DSCMB_ClearPidPairStatus() 3692 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable) in HAL_DSCMB_CC_Respin() argument [all …]
|
| H A D | halDSCMB.h | 680 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 768 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 770 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 789 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/ |
| H A D | halDSCMB.h | 679 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 766 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 768 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 787 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/ |
| H A D | halDSCMB.h | 679 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 766 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 768 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 787 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/ |
| H A D | halDSCMB.h | 679 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 766 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 768 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 787 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/ |
| H A D | halDSCMB.h | 671 MS_BOOL HAL_DSCMB_CC_Respin(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable); 765 void HAL_DSCMB_Get_TsidInput(MS_U32 u32FltId, MS_U32 *u32Tsid); 767 void HAL_DSCMB_SetTSPCAVid(MS_U32 u32Tsid, MS_U32 CAVid); 786 MS_BOOL HAL_DSCMB_PES_Enable(MS_U32 u32CHNum, MS_U32 u32Tsid, MS_BOOL bEnable);
|