Searched refs:delayVCount (Results 1 – 1 of 1) sorted by relevance
691 s32 delayVCount; in OSi_CompareVCount() local694 delayVCount = currentVCount - (s32)alarm->fire; in OSi_CompareVCount()699 if (delayVFrame < 0 || (delayVFrame == 0 && delayVCount < 0)) in OSi_CompareVCount()707 if (delayVCount < 0) in OSi_CompareVCount()709 delayVCount += OSi_VHIGHT; // Care for looping vcount 263->0 in OSi_CompareVCount()713 return (delayVCount <= alarm->delay) ? OSi_VALARM_NOW : OSi_VALARM_TIMEOUT; in OSi_CompareVCount()