Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_vramExclusive.c85 u32 workMap; in OSi_TryLockVram() local
90 workMap = (u32)(bank & OSi_vramExclusive); in OSi_TryLockVram()
93 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()
98 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()
107 workMap = (u32)(bank & OS_VRAM_BANK_ID_ALL); in OSi_TryLockVram()
110 zeroBits = (s32)(31 - OsCountZeroBits(workMap)); in OSi_TryLockVram()
115 workMap &= ~(0x00000001 << zeroBits); in OSi_TryLockVram()
136 u32 workMap; in OSi_UnlockVram() local
140 workMap = (u32)(bank & OSi_vramExclusive & OS_VRAM_BANK_ID_ALL); in OSi_UnlockVram()
143 zeroBits = (s32)(31 - OsCountZeroBits((u32)workMap)); in OSi_UnlockVram()
[all …]