Searched refs:currentVFrame (Results 1 – 1 of 1) sorted by relevance
46 static int OSi_CompareVCount(OSVAlarm *alarm, s32 currentVCount, s32 currentVFrame);317 s32 currentVFrame; in OS_SetVAlarm() local333 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetVAlarm()340 alarm->frame = (u32)((count > currentVCount) ? currentVFrame : (currentVFrame + 1)); in OS_SetVAlarm()375 s32 currentVFrame; in OS_SetPeriodicVAlarm() local393 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetPeriodicVAlarm()400 alarm->frame = (u32)((count > currentVCount) ? currentVFrame : (currentVFrame + 1)); in OS_SetPeriodicVAlarm()591 s32 currentVFrame; in OSi_VAlarmHandler() local603 currentVFrame = OSi_GetVFrame(currentVCount - 1); in OSi_VAlarmHandler()610 currentVFrame = OSi_GetVFrame(currentVCount); in OSi_VAlarmHandler()[all …]