Lines Matching refs:OS_GetVBlankCount
262 PMi_LCDCount = PMi_DispOffCount = OS_GetVBlankCount(); in PM_Init()
1504 vu32 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1505 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1508 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1513 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1516 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1517 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1626 if (!skip && OS_GetVBlankCount() - PMi_LCDCount <= PMi_WAIT_FRAME_AFTER_LCDOFF) in PMi_SetLCDPower()
1667 if ( OS_GetVBlankCount() - PMi_DispOffCount <= PMi_WAIT_FRAME_AFTER_GXDISP ) in PMi_SetLCDPower()
1677 PMi_LCDCount = OS_GetVBlankCount(); in PMi_SetLCDPower()
2536 u32 count = OS_GetVBlankCount(); in PMi_CallPostExitCallbackAndReset()
2537 while( count == OS_GetVBlankCount() ) in PMi_CallPostExitCallbackAndReset()
2686 PMi_DispOffCount = OS_GetVBlankCount(); in PMi_SetDispOffCount()