Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c143 extern MS_U32 * _u32FreeSlot;
146 static MS_U32 _u32FreeSlot[ENG_NUM]; variable
167 u32Slot = MAsm_CPU_GetTrailOne(_u32FreeSlot[u32EngId]); in _DSCMB_SlotAlloc()
174 _u32FreeSlot[u32EngId] &= ~(1 << u32Slot); in _DSCMB_SlotAlloc()
186 DSCMB_ASSERT_AND_RETURN(0 == ((_u32FreeSlot[u32EngId]) & (1 << u32SlotId))); in _DSCMB_SlotFree()
188 _u32FreeSlot[u32EngId] |= (1 << u32SlotId); in _DSCMB_SlotFree()
248 _u32FreeSlot[eng] = (MS_U32)((1ULL << REG_DSCMB_MAX_SLOT) - 1); // no more than 32 slots in _MDrv_DSCMB_Init()
H A Ddscmb.c68 MS_U32* _u32FreeSlot; variable
247 _u32FreeSlot = pstResPri->u32FreeSlot; in DSCMBIoctl()