Home
last modified time | relevance | path

Searched refs:u32EngId (Results 1 – 25 of 97) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c937 MS_U32 u32EngId, u32FilterId; in _TSP_SwStateReset() local
942 for (u32EngId = 0; u32EngId < TSP_ENGINE_NUM; u32EngId++) in _TSP_SwStateReset()
946 _ptsp_res->_TspState[u32EngId].FltState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
947 …_ptsp_res->_TspState[u32EngId].FltType[u32FilterId] = E_DRVTSP_FLT_TYPE_SECTION; // for se… in _TSP_SwStateReset()
948 _ptsp_res->_TspState[u32EngId].SecFltState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
949 _ptsp_res->_TspState[u32EngId].SecBufState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
950 _ptsp_res->_TspState[u32EngId].SecFltMode[u32FilterId] = E_DRVTSP_FLT_MODE_CONTI; in _TSP_SwStateReset()
951 _ptsp_res->_TspState[u32EngId].SecBufState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
952 _ptsp_res->_TspState[u32EngId].SecBufState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
953 _ptsp_res->_TspState[u32EngId].SecFltEvtNotify[u32FilterId] = E_DRVTSP_EVENT_DATA_INIT; in _TSP_SwStateReset()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c159 MS_BOOL _DSCMB_SlotAlloc(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32* pu32Sl… in _DSCMB_SlotAlloc() argument
165 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _DSCMB_SlotAlloc()
167 u32Slot = MAsm_CPU_GetTrailOne(_u32FreeSlot[u32EngId]); in _DSCMB_SlotAlloc()
174 _u32FreeSlot[u32EngId] &= ~(1 << u32Slot); in _DSCMB_SlotAlloc()
180 MS_BOOL _DSCMB_SlotFree(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32 u32SlotI… in _DSCMB_SlotFree() argument
184 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _DSCMB_SlotFree()
186 DSCMB_ASSERT_AND_RETURN(0 == ((_u32FreeSlot[u32EngId]) & (1 << u32SlotId))); in _DSCMB_SlotFree()
188 _u32FreeSlot[u32EngId] |= (1 << u32SlotId); in _DSCMB_SlotFree()
401 MS_BOOL _MDrv_DSCMB2_OptConfig(MS_U32 u32EngId, DSCMB_Option eOpt, void* pInput, void* pOutput, MS_… in _MDrv_DSCMB2_OptConfig() argument
404 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _MDrv_DSCMB2_OptConfig()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DhalDSCMB.c131 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
132 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
140 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
155 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
203 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
208 if(u32EngId == 0) in _HAL_DSCMB_Mode()
214 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
221 else if(u32EngId == 2) in _HAL_DSCMB_Mode()
233 if(u32EngId == 0) in _HAL_DSCMB_Mode()
239 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c631 MS_U32 u32EngId, u32FilterId; in _TSP_SwStateReset() local
637 for (u32EngId = 0; u32EngId < TSP_ENGINE_NUM; u32EngId++) in _TSP_SwStateReset()
642 _ptsp_res->_TspState[u32EngId].FltState[u32FilterId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
643 …_ptsp_res->_TspState[u32EngId].FltType[u32FilterId] = E_DRVTSP_FLT_TYPE_SECTION; // for se… in _TSP_SwStateReset()
644 _ptsp_res->_TspState[u32EngId].SecFltState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
645 _ptsp_res->_TspState[u32EngId].SecBufState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
646 _ptsp_res->_TspState[u32EngId].SecFltMode[u32SecId] = E_DRVTSP_FLT_MODE_CONTI; in _TSP_SwStateReset()
647 _ptsp_res->_TspState[u32EngId].SecFltEvtNotify[u32SecId] = E_DRVTSP_EVENT_DATA_INIT; in _TSP_SwStateReset()
648 _ptsp_res->_TspState[u32EngId].SecFltCallback[u32SecId++] = NULL; in _TSP_SwStateReset()
654 _ptsp_res->_TspState[u32EngId].FltState[u32FilterId] = E_DRVTSP_FLT_STATE_FREE; in _TSP_SwStateReset()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/
H A DhalDSCMB.c132 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
133 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
141 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
156 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
203 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
208 if(u32EngId == 0) in _HAL_DSCMB_Mode()
214 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
226 if(u32EngId == 0) in _HAL_DSCMB_Mode()
232 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
244 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/
H A DhalDSCMB.c132 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
133 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
141 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
156 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
203 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
208 if(u32EngId == 0) in _HAL_DSCMB_Mode()
214 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
226 if(u32EngId == 0) in _HAL_DSCMB_Mode()
232 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
244 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DhalDSCMB.c131 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
132 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
140 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
155 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
203 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
208 if(u32EngId == 0) in _HAL_DSCMB_Mode()
214 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
221 else if(u32EngId == 2) in _HAL_DSCMB_Mode()
233 if(u32EngId == 0) in _HAL_DSCMB_Mode()
239 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/
H A DhalDSCMB.c132 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
133 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
141 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
156 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
199 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
204 if(u32EngId == 0) in _HAL_DSCMB_Mode()
210 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
222 if(u32EngId == 0) in _HAL_DSCMB_Mode()
228 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
241 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maldives/dscmb/
H A DhalDSCMB.c125 static MS_BOOL _HAL_DSCMB_PidSlotRead(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, DSCMB_Key_Type KeyTy…
126 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
127 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
148 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
194 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
199 if(u32EngId == 0) in _HAL_DSCMB_Mode()
205 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
217 if(u32EngId == 0) in _HAL_DSCMB_Mode()
223 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
236 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/manhattan/dscmb/
H A DhalDSCMB.c126 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
127 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
135 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
150 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
196 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
201 if(u32EngId == 0) in _HAL_DSCMB_Mode()
207 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
219 if(u32EngId == 0) in _HAL_DSCMB_Mode()
225 else if(u32EngId == 1) in _HAL_DSCMB_Mode()
238 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/
H A DhalDSCMB.c127 static MS_BOOL _HAL_DSCMB_PidSlotWrite(MS_U32 u32EngId, MS_U32 u32SlotPidFltId, MS_U32 u32SlotId, D…
128 static MS_BOOL _HAL_DSCMB_SlotKeyWrite(MS_U32 u32EngId,
136 static MS_BOOL _HAL_DSCMB_KTE_ParaTableSet(MS_U32 u32EngId, MS_U32 u32Slot, DSCMB_Key_Type eKeyType…
151 static MS_U32 _HAL_DmxFlt2Dscmb(MS_U32 u32EngId, MS_U32 u32Idx) in _HAL_DmxFlt2Dscmb() argument
196 MS_BOOL _HAL_DSCMB_Mode(MS_U32 u32EngId, HAL_DSCMB_Type type) in _HAL_DSCMB_Mode() argument
201 if(u32EngId == 0) in _HAL_DSCMB_Mode()
212 if(u32EngId == 0) in _HAL_DSCMB_Mode()
224 if(u32EngId == 0) in _HAL_DSCMB_Mode()
235 if(u32EngId == 0) in _HAL_DSCMB_Mode()
247 if(u32EngId == 0) in _HAL_DSCMB_Mode()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c220 MS_BOOL _DSCMB_SlotAlloc(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32* pu32Sl… in _DSCMB_SlotAlloc() argument
240 MS_BOOL _DSCMB_SlotFree(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32 u32SlotI… in _DSCMB_SlotFree() argument
253 MS_BOOL _DSCMB_SlotRIVAlloc(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32* pu32SlotId) in _DSCMB_SlotRIVAlloc() argument
272 MS_BOOL _DSCMB_SlotRIVFree(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32SlotId) in _DSCMB_SlotRIVFree() argument
601 MS_U32 _MDrv_DSCMB2_FltAllocWithCAVid(MS_U32 u32EngId, DSCMB_Flt_Type eFltType, MS_U32 u32CAVid) in _MDrv_DSCMB2_FltAllocWithCAVid() argument
609 DSCMB_ASSERT(u32EngId == 0, "EngId input error", DRV_DSCMB_FLT_NULL); in _MDrv_DSCMB2_FltAllocWithCAVid()
622 pMap = &DscmbTspMap[u32EngId][i]; in _MDrv_DSCMB2_FltAllocWithCAVid()
630 … if (FALSE == _DSCMB_SlotAlloc( u32EngId , i , E_DSCMB_KEY_CLEAR , &u32IgoreModeKeyIdx)) in _MDrv_DSCMB2_FltAllocWithCAVid()
646 … if (FALSE == _DSCMB_SlotAlloc( u32EngId , i , E_DSCMB_KEY_CLEAR , &(pMap->u32SlotIdClear))) in _MDrv_DSCMB2_FltAllocWithCAVid()
654 … if (FALSE == _DSCMB_SlotAlloc( u32EngId , i , E_DSCMB_KEY_EVEN , &(pMap->u32SlotIdEven))) in _MDrv_DSCMB2_FltAllocWithCAVid()
[all …]
H A DdrvDSCMB_private.h62 MS_U32 _MDrv_DSCMB2_FltAlloc_Ex(MS_U32 u32EngId, DSCMB_Flt_Type eFltType);
63 MS_BOOL _MDrv_DSCMB2_FltFree(MS_U32 u32EngId, MS_U32 u32DscmbId);
67 MS_BOOL _MDrv_DSCMB2_FltConnectPid(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
68 MS_BOOL _MDrv_DSCMB2_FltDisconnectPid_Ex(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
72 MS_BOOL _MDrv_DSCMB2_FltConnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32FltId);
73 MS_BOOL _MDrv_DSCMB2_FltDisconnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32FltId);
75 MS_BOOL _MDrv_DSCMB2_SetDefaultCAVid(MS_U32 u32EngId, MS_U32 u32CAVid);
76 MS_BOOL _MDrv_DSCMB2_EngSetAlgo(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSCMB_…
77 MS_BOOL _MDrv_DSCMB2_EngSetKeyFSCB(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSC…
78 MS_BOOL _MDrv_DSCMB2_EngSetKey(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSCMB_K…
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/maserati/tsp/
H A DhalTSP.h221 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
222 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
223 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
224 #define HAL_TSP_SelAudOut(u32EngId) argument
322 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
336 void HAL_TSP_Reset(MS_U32 u32EngId);
341 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
342 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
365 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
366 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx_tee/
H A DapiDMX_tee.c420 stTeeBuf.u32EngId = ((MS_U32)_Dmx_TEE_msg.u8Parameters[0]) & 0xFF; in _DMX_TEE_Proc()
439 stTeeBuf.u32EngId = ((MS_U32)_Dmx_TEE_msg.u8Parameters[0]) & 0xFF; in _DMX_TEE_Proc()
458 stTeeBuf.u32EngId = ((MS_U32)_Dmx_TEE_msg.u8Parameters[9]) & 0xFF; in _DMX_TEE_Proc()
476 stTeeBuf.u32EngId = ((MS_U32)_Dmx_TEE_msg.u8Parameters[0]) & 0xFF; in _DMX_TEE_Proc()
484 … _DmxTeeToReeMbxMsg.u8Parameters[0] = stDMX_Tee_Priv_Param._u8PvrBufMiuSel[stTeeBuf.u32EngId]; in _DMX_TEE_Proc()
614 if(pTeeBuf->u32EngId >= DMX_MAX_PVR_ENG_NUM) in MApi_DMX_TEE_SetControl()
619 stDMX_Tee_Priv_Param._u8PvrBufMiuSel[pTeeBuf->u32EngId] = ((MS_U8)pTeeBuf->u32Opt); in MApi_DMX_TEE_SetControl()
620 stDMX_Tee_Priv_Param._u32PVR_Buf0_Addr[pTeeBuf->u32EngId] = pTeeBuf->u32BufAddr; in MApi_DMX_TEE_SetControl()
621 stDMX_Tee_Priv_Param._u32PVR_Buf0_Addr_H[pTeeBuf->u32EngId] = pTeeBuf->u32BufAddr_H; in MApi_DMX_TEE_SetControl()
622 stDMX_Tee_Priv_Param._u32PVR_Buf0_Size[pTeeBuf->u32EngId] = pTeeBuf->u32BufSize >> 1; in MApi_DMX_TEE_SetControl()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/M7821/tsp/
H A DhalTSP.h221 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
222 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
223 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
224 #define HAL_TSP_SelAudOut(u32EngId) argument
322 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
336 void HAL_TSP_Reset(MS_U32 u32EngId);
341 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
342 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
365 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
366 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/maxim/tsp/
H A DhalTSP.h221 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
222 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
223 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
224 #define HAL_TSP_SelAudOut(u32EngId) argument
322 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
336 void HAL_TSP_Reset(MS_U32 u32EngId);
341 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
342 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
365 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
366 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/M7621/tsp/
H A DhalTSP.h221 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
222 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
223 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
224 #define HAL_TSP_SelAudOut(u32EngId) argument
322 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
336 void HAL_TSP_Reset(MS_U32 u32EngId);
341 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
342 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
365 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
366 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/manhattan/tsp/
H A DhalTSP.h219 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
220 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
221 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
222 #define HAL_TSP_SelAudOut(u32EngId) argument
320 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
334 void HAL_TSP_Reset(MS_U32 u32EngId);
339 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
340 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
363 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
364 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
H A DhalTSP.c455 static REG_SecFlt* _HAL_TSP_SECFLT(MS_U32 u32EngId, MS_U32 u32FltId) in _HAL_TSP_SECFLT() argument
458 return (&(_TspSec2[u32EngId].Flt[u32FltId & 0x3FUL])); in _HAL_TSP_SECFLT()
460 return (&(_TspSec1[u32EngId].Flt[u32FltId])); in _HAL_TSP_SECFLT()
808 MS_U32 u32EngId; in HAL_TSP_SaveFltState() local
813 for (u32EngId = 0; u32EngId < TSP_ENGINE_NUM; u32EngId++) in HAL_TSP_SaveFltState()
818 pPidFilter = _HAL_TSP_PIDFLT(u32EngId, i); in HAL_TSP_SaveFltState()
820 pPidFilter = _HAL_TSP_PIDFLT_H(u32EngId, i); in HAL_TSP_SaveFltState()
830 REG32* pRegStart = (REG32*)_HAL_TSP_SECFLT(u32EngId, i); in HAL_TSP_SaveFltState()
845 MS_U32 u32EngId; in HAL_TSP_RestoreFltState() local
850 for (u32EngId = 0UL; u32EngId < TSP_ENGINE_NUM; u32EngId++) in HAL_TSP_RestoreFltState()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/mustang/tsp/
H A DhalTSP.h221 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
222 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
223 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
224 #define HAL_TSP_SelAudOut(u32EngId) argument
321 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
335 void HAL_TSP_Reset(MS_U32 u32EngId);
340 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
341 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
364 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
365 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/macan/tsp/
H A DhalTSP.h219 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
220 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
221 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
222 #define HAL_TSP_SelAudOut(u32EngId) argument
320 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
334 void HAL_TSP_Reset(MS_U32 u32EngId);
339 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
340 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
363 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
364 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
H A DhalTSP.c441 static REG_SecFlt* _HAL_TSP_SECFLT(MS_U32 u32EngId, MS_U32 u32FltId) in _HAL_TSP_SECFLT() argument
444 return (&(_TspSec2[u32EngId].Flt[u32FltId & 0x3FUL])); in _HAL_TSP_SECFLT()
446 return (&(_TspSec1[u32EngId].Flt[u32FltId])); in _HAL_TSP_SECFLT()
794 MS_U32 u32EngId; in HAL_TSP_SaveFltState() local
799 for (u32EngId = 0; u32EngId < TSP_ENGINE_NUM; u32EngId++) in HAL_TSP_SaveFltState()
804 pPidFilter = _HAL_TSP_PIDFLT(u32EngId, i); in HAL_TSP_SaveFltState()
806 pPidFilter = _HAL_TSP_PIDFLT_H(u32EngId, i); in HAL_TSP_SaveFltState()
816 REG32* pRegStart = (REG32*)_HAL_TSP_SECFLT(u32EngId, i); in HAL_TSP_SaveFltState()
831 MS_U32 u32EngId; in HAL_TSP_RestoreFltState() local
836 for (u32EngId = 0UL; u32EngId < TSP_ENGINE_NUM; u32EngId++) in HAL_TSP_RestoreFltState()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/maldives/tsp/
H A DhalTSP.h214 #define HAL_TSP_SecFlt_SelSecBuf(u32EngId, u32SecFltId, u32BufId, bEnable) argument
215 #define HAL_TSP_SecFlt_SetEcmIdx(u32EngId, u32SecFltId, u32EcmIdx) argument
216 #define HAL_TSP_SecFlt_ResetEmmIdx(u32EngId, u32SecFltId) argument
217 #define HAL_TSP_SelAudOut(u32EngId) argument
309 void HAL_TSP_SetOwner(MS_U32 u32EngId, MS_U32 u32SecFltId, MS_BOOL bOwner);
323 void HAL_TSP_Reset(MS_U32 u32EngId);
328 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId);
329 MS_U32 HAL_TSP_GetCtrlMode(MS_U32 u32EngId);
352 void HAL_TSP_SelPad(MS_U32 u32EngId, MS_U32 u32Flow, MS_U32 u32Pad, MS_BOOL bParl);
353 void HAL_TSP_SelPad_ClkInv(MS_U32 u32EngId, MS_U32 u32Flow, MS_BOOL bClkInv);
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvDSCMB.h726 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_SetDefaultCAVid(MS_U32 u32EngId, MS_U32 u32CAVid);
737 DLL_PUBLIC MS_U32 MDrv_DSCMB2_FltAlloc(MS_U32 u32EngId);
748 DLL_PUBLIC MS_U32 MDrv_DSCMB2_FltAlloc_Ex(MS_U32 u32EngId, DSCMB_Flt_Type eFltType);
760 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltFree(MS_U32 u32EngId, MS_U32 u32DscmbId);
771 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltSwitchType(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Flt_Type eFl…
782 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltConnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32FltId);
792 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltDisconnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Flt…
805 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltConnectPid(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
815 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltDisconnectPid(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
825 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_FltDisconnectPid_Ex(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pi…
[all …]

1234