Searched refs:HW_VBLANK_COUNT_BUF (Results 1 – 6 of 6) sorted by relevance
435 return *(vu32 *)HW_VBLANK_COUNT_BUF; in OS_GetVBlankCount()450 *(u32 *)HW_VBLANK_COUNT_BUF = count; in OSi_SetVBlankCount()
535 return *(vu32 *)HW_VBLANK_COUNT_BUF; in OS_GetVBlankCount()550 *(u32 *)HW_VBLANK_COUNT_BUF = count; in OSi_SetVBlankCount()
70 #define HW_VBLANK_COUNT_BUF (HW_MAIN_MEM_SYSTEM + 0x03c) // VBlank counter (END-0x3c… macro
180 #define HW_VBLANK_COUNT_BUF (HW_MAIN_MEM + 0x00fffc3c) // VBlank counter (END-0x3c… macro
373 (*(u32 *)HW_VBLANK_COUNT_BUF)++; in OSi_IrqVBlank()
1065 else if(vblank_count == *(vu32 *)HW_VBLANK_COUNT_BUF) in GX_SetVCount()1089 vblank_count = *(vu32 *)HW_VBLANK_COUNT_BUF; in GX_SetVCount()