Searched refs:_u32FreeSlot (Results 1 – 2 of 2) sorted by relevance
143 extern MS_U32 * _u32FreeSlot;146 static MS_U32 _u32FreeSlot[ENG_NUM]; variable167 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()
68 MS_U32* _u32FreeSlot; variable247 _u32FreeSlot = pstResPri->u32FreeSlot; in DSCMBIoctl()