Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h435 return *(vu32 *)HW_VBLANK_COUNT_BUF; in OS_GetVBlankCount()
450 *(u32 *)HW_VBLANK_COUNT_BUF = count; in OSi_SetVBlankCount()
/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h535 return *(vu32 *)HW_VBLANK_COUNT_BUF; in OS_GetVBlankCount()
550 *(u32 *)HW_VBLANK_COUNT_BUF = count; in OSi_SetVBlankCount()
/TwlSDK-5.1.0/include/nitro/hw/common/
Dmmap_shared.h70 #define HW_VBLANK_COUNT_BUF (HW_MAIN_MEM_SYSTEM + 0x03c) // VBlank counter (END-0x3c… macro
/TwlSDK-5.1.0/include/twl/hw/common/
Dmmap_shared.h180 #define HW_VBLANK_COUNT_BUF (HW_MAIN_MEM + 0x00fffc3c) // VBlank counter (END-0x3c… macro
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_irqTable.c373 (*(u32 *)HW_VBLANK_COUNT_BUF)++; in OSi_IrqVBlank()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx.h1065 else if(vblank_count == *(vu32 *)HW_VBLANK_COUNT_BUF) in GX_SetVCount()
1089 vblank_count = *(vu32 *)HW_VBLANK_COUNT_BUF; in GX_SetVCount()