Home
last modified time | relevance | path

Searched refs:u32DscmbId (Results 1 – 25 of 36) sorted by relevance

12

/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
162 *pu32SlotId = (E_DSCMB_KEY_EVEN == KeyType)?(u32DscmbId * 2):(u32DscmbId * 2 + 1); 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
253 pMap->u32DscmbId = U32_MAX; in _MDrv_DSCMB_Init()
589 return DscmbTspMap[u32EngId][DSCMB_SHARE_SLOT_REV_IDX].u32DscmbId; in _MDrv_DSCMB2_FltAlloc_Ex()
616 pMap->u32DscmbId = i; in _MDrv_DSCMB2_FltAlloc_Ex()
644 return DscmbTspMap[u32EngId][i].u32DscmbId; in _MDrv_DSCMB2_FltAlloc_Ex()
662 pArgs.u32DscmbId = 0xFF; in MDrv_DSCMB2_FltAlloc_Ex()
671 return pArgs.u32DscmbId; in MDrv_DSCMB2_FltAlloc_Ex()
683 MS_BOOL _MDrv_DSCMB2_FltFree(MS_U32 u32EngId, MS_U32 u32DscmbId) in _MDrv_DSCMB2_FltFree() argument
[all …]
H A Ddscmb.c166 int u32DscmbId = 0; in DSCMBMdbIoctl() local
172 pMap = &DscmbTspMap[u32Eng][u32DscmbId]; in DSCMBMdbIoctl()
176 for(u32DscmbId = 0; u32DscmbId < MAX_KEY; u32DscmbId++) in DSCMBMdbIoctl()
178 … MdbPrint(paraGetInfo->u64ReqHdl,"%d\t0xF\t0\t", (u32Eng * ENG_NUM) + u32DscmbId); in DSCMBMdbIoctl()
310 pFltAlloc->u32DscmbId = _MDrv_DSCMB2_FltAlloc_Ex(pFltAlloc->u32EngId, in DSCMBIoctl()
312 if(pFltAlloc->u32DscmbId != DRV_DSCMB_FLT_NULL) in DSCMBIoctl()
323 pConnectFlt->u32DscmbId, in DSCMBIoctl()
334 pDisconnectFlt->u32DscmbId, in DSCMBIoctl()
347 pstConnectPid->u32DscmbId, in DSCMBIoctl()
359 pstDisconnectPid->u32DscmbId, in DSCMBIoctl()
[all …]
H A Ddscmb_private.h25 MS_U32 u32DscmbId; member
61 MS_BOOL _MDrv_DSCMB2_FltFree(MS_U32 u32EngId, MS_U32 u32DscmbId);
64 MS_BOOL _MDrv_DSCMB2_FltConnectPid(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
65 MS_BOOL _MDrv_DSCMB2_FltDisconnectPid(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
66 MS_BOOL _MDrv_DSCMB2_FltDisconnectPid_Ex(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32Pid);
69 MS_BOOL _MDrv_DSCMB2_FltConnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32FltId);
70 MS_BOOL _MDrv_DSCMB2_FltDisconnectFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32FltId);
77 MS_BOOL _MDrv_DSCMB2_FltDscmb(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_BOOL bDscmb);
80 MS_BOOL _MDrv_DSCMB2_FltTypeSet(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Type);
93 MS_BOOL _MDrv_DSCMB2_FltKeySet(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* …
[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
231 …RVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "DSCMB Filter 0x%x Key 0x%x has index 0x%x\n", (MS_U16)u32DscmbId, in _DSCMB_SlotAlloc()
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
264 …DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "DSCMB 0x%x has RIV index 0x%x\n", (MS_U16)u32DscmbId,(MS_U16)i); in _DSCMB_SlotRIVAlloc()
272 MS_BOOL _DSCMB_SlotRIVFree(MS_U32 u32EngId, MS_U32 u32DscmbId, MS_U32 u32SlotId) in _DSCMB_SlotRIVFree() argument
287 MS_BOOL _DSCMB_Dscmb2Flt(MS_U32 u32DscmbId , MS_U32* pFltId) in _DSCMB_Dscmb2Flt() argument
290 *pFltId = u32DscmbId; in _DSCMB_Dscmb2Flt()
298 if ( _u32PidFlt2Dscmb[i].u8DscmbId== u32DscmbId ) in _DSCMB_Dscmb2Flt()
333 MS_BOOL _DSCMB_EnableDSCMB(MS_U32 u32DscmbId) in _DSCMB_EnableDSCMB() argument
[all …]
H A DdrvDSCMB_private.h63 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);
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…
79 MS_BOOL _MDrv_DSCMB2_EngResetKey(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSCMB…
80 MS_BOOL _MDrv_DSCMB2_EngSetIV(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* p…
[all …]
H A DmdrvDSCMB.c328 pFltAlloc->u32DscmbId = _MDrv_DSCMB2_FltAlloc_Ex(pFltAlloc->u32EngId, in DSCMBIoctl()
330 if(pFltAlloc->u32DscmbId != DRV_DSCMB_FLT_NULL) in DSCMBIoctl()
342 if(TRUE == _MDrv_DSCMB2_FltFree(pFltFree->u32EngId, pFltFree->u32DscmbId)) in DSCMBIoctl()
355 pConnectFlt->u32DscmbId, in DSCMBIoctl()
370 pDisconnectFlt->u32DscmbId, in DSCMBIoctl()
386 pstConnectPid->u32DscmbId, in DSCMBIoctl()
400 pstDisconnectPid->u32DscmbId, in DSCMBIoctl()
415 pstFltDscmb->u32DscmbId, in DSCMBIoctl()
429 pstTypeSet->u32DscmbId, in DSCMBIoctl()
444 pstFltKeySet->u32DscmbId, in DSCMBIoctl()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvDSCMB.h661 #define MDrv_DSCMB_FltFree(u32DscmbId) \ argument
662 MDrv_DSCMB2_FltFree(0, u32DscmbId)
663 #define MDrv_DSCMB_FltConnectPid(u32DscmbId, u32Pid) \ argument
664 MDrv_DSCMB2_FltConnectPid(0, u32DscmbId, u32Pid)
665 #define MDrv_DSCMB_FltDisconnectPid(u32DscmbId, u32Pid) \ argument
666 MDrv_DSCMB2_FltDisconnectPid(0, u32DscmbId, u32Pid)
667 #define MDrv_DSCMB_FltConnectFltId(u32DscmbId, u32FltId) \ argument
668 MDrv_DSCMB2_FltConnectFltId(0, u32DscmbId, u32FltId)
669 #define MDrv_DSCMB_FltDisconnectPid_Ex(u32DscmbId, u32Pid) \ argument
670 MDrv_DSCMB2_FltDisconnectPid_Ex(0, u32DscmbId, u32Pid)
[all …]
H A DdrvDSCMB_v2.h104 MS_U32 u32DscmbId; member
110 MS_U32 u32DscmbId; member
116 MS_U32 u32DscmbId; member
123 MS_U32 u32DscmbId; member
130 MS_U32 u32DscmbId; member
137 MS_U32 u32DscmbId; member
148 MS_U32 u32DscmbId; member
155 MS_U32 u32DscmbId; member
168 MS_U32 u32DscmbId; member
212 MS_U32 u32DscmbId; member
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvDSCMB.h561 #define MDrv_DSCMB_FltFree(u32DscmbId) \ argument
562 MDrv_DSCMB2_FltFree(0, u32DscmbId)
563 #define MDrv_DSCMB_FltConnectPid(u32DscmbId, u32Pid) \ argument
564 MDrv_DSCMB2_FltConnectPid(0, u32DscmbId, u32Pid)
565 #define MDrv_DSCMB_FltDisconnectPid(u32DscmbId, u32Pid) \ argument
566 MDrv_DSCMB2_FltDisconnectPid(0, u32DscmbId, u32Pid)
567 #define MDrv_DSCMB_FltConnectFltId(u32DscmbId, u32FltId) \ argument
568 MDrv_DSCMB2_FltConnectFltId(0, u32DscmbId, u32FltId)
569 #define MDrv_DSCMB_FltDisconnectPid_Ex(u32DscmbId, u32Pid) \ argument
570 MDrv_DSCMB2_FltDisconnectPid_Ex(0, u32DscmbId, u32Pid)
[all …]
H A DdrvDSCMB_v2.h83 MS_U32 u32DscmbId; member
89 MS_U32 u32DscmbId; member
95 MS_U32 u32DscmbId; member
102 MS_U32 u32DscmbId; member
109 MS_U32 u32DscmbId; member
116 MS_U32 u32DscmbId; member
127 MS_U32 u32DscmbId; member
134 MS_U32 u32DscmbId; member
178 MS_U32 u32DscmbId; member
185 MS_U32 u32DscmbId; member
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdi_device.c176 MS_U32 u32DscmbId; member
275 MS_U32 u32DscmbId, i; in NSKHDI_AddDscmbConnect() local
290 u32DscmbId = _KeepCaPidProxy[xconn][i].DscmbId; in NSKHDI_AddDscmbConnect()
294 if(MDrv_DSCMB2_FltConnectFltId(0,u32DscmbId, u32FltID) == FALSE) in NSKHDI_AddDscmbConnect()
310 MS_U32 u32DscmbId; in NSKHDI_RemoveDscmbConnect()
343 u32DscmbId = _KeepCaPidProxy[xconn][j].DscmbId; in NSKHDI_RemoveDscmbConnect()
344 MDrv_DSCMB2_FltDisconnectFltId(0, u32DscmbId, u32FltID); in NSKHDI_RemoveDscmbConnect()
630 …cm_handle->dsc_id = cm_handle->CmChCookie.u32DscmbId = MDrv_DSCMB2_FltAlloc_Ex(0,E_DSCMB_FLT_3_KEY… in NSKHDI_CmChannelDevice_Open()
915 MS_U32 u32DscmbId; in NSKHDI_CmChannelDevice_InvalidateKeys()
927 u32DscmbId = cm_handle->dsc_id; in NSKHDI_CmChannelDevice_InvalidateKeys()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_cam.c142 MS_U32 u32DscmbId; member
225 pDscmb->u32DscmbId = DRV_DSCMB_FLT_NULL; in _NDS_CamMapInit()
391 if (pDscmb->u32DscmbId != DRV_DSCMB_FLT_NULL) in XHDICA_DefineDescramblerEs()
395 MDrv_DSCMB_FltKeyReset(pDscmb->u32DscmbId, E_DSCMB_KEY_CLEAR); in XHDICA_DefineDescramblerEs()
396 MDrv_DSCMB_FltKeyReset(pDscmb->u32DscmbId, E_DSCMB_KEY_EVEN); in XHDICA_DefineDescramblerEs()
397 MDrv_DSCMB_FltKeyReset(pDscmb->u32DscmbId, E_DSCMB_KEY_ODD); in XHDICA_DefineDescramblerEs()
398 MDrv_DSCMB_FltDisconnectPid(pDscmb->u32DscmbId, pid); in XHDICA_DefineDescramblerEs()
399 MDrv_DSCMB_FltFree(pDscmb->u32DscmbId); in XHDICA_DefineDescramblerEs()
426 …if ((DRV_DSCMB_FLT_NULL == pDscmb->u32DscmbId) && (DRV_DSCMB_FLT_NULL == (pDscmb->u32DscmbId = MDr… in XHDICA_DefineDescramblerEs()
432 MDrv_DSCMB_FltConnectPid(pDscmb->u32DscmbId, pid); in XHDICA_DefineDescramblerEs()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/
H A DhalDSCMB.h202 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
203 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DhalDSCMB.h203 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
204 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mooney/dscmb/
H A DhalDSCMB.h191 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
192 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
H A DhalDSCMB.c333 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M… in HAL_DSCMB_SlotConnectPidFltId() argument
344 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType… in HAL_DSCMB_SlotDisconnectPidFltId() argument
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mainz/dscmb/
H A DhalDSCMB.h191 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
192 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
H A DhalDSCMB.c330 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M… in HAL_DSCMB_SlotConnectPidFltId() argument
341 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType… in HAL_DSCMB_SlotDisconnectPidFltId() argument
/utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/
H A DhalDSCMB.h191 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
192 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/
H A DhalDSCMB.h202 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
203 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/manhattan/dscmb/
H A DhalDSCMB.h200 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
201 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maldives/dscmb/
H A DhalDSCMB.h201 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
202 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DhalDSCMB.h202 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
203 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/
H A DhalDSCMB.h201 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
202 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/messi/dscmb/
H A DhalDSCMB.h191 MS_BOOL HAL_DSCMB_SlotConnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, M…
192 MS_BOOL HAL_DSCMB_SlotDisconnectPidFltId(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType…

12