Searched refs:zeroBits (Results 1 – 1 of 1) sorted by relevance
86 s32 zeroBits; in OSi_TryLockVram() local93 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()94 if (zeroBits < 0) in OSi_TryLockVram()98 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()99 if (OSi_vramLockId[zeroBits] != lockId) in OSi_TryLockVram()110 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()111 if (zeroBits < 0) in OSi_TryLockVram()115 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()116 OSi_vramLockId[zeroBits] = lockId; in OSi_TryLockVram()117 OSi_vramExclusive |= (0x00000001 << zeroBits); in OSi_TryLockVram()[all …]