Home
last modified time | relevance | path

Searched refs:GX_POWER_ALL (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dgx.h298 GX_POWER_ALL = GX_POWER_2D | GX_POWER_3D enumerator
308 #define GX_POWER_ASSERT(x) SDK_ASSERTMSG( ( ( (x) & ~GX_POWER_ALL ) == 0 ), \
1124 reg_GX_POWCNT = (u16)((reg_GX_POWCNT & ~GX_POWER_ALL) | gxbit_power); in GX_SetPower()
1139 return (GXPower)(reg_GX_POWCNT & GX_POWER_ALL); in GX_GetPower()
/TwlSDK-5.1.0/build/demos/mi/dmaCallback-1/src/
Dmain.c74 GX_SetPower(GX_POWER_ALL); in myInit()
/TwlSDK-5.1.0/build/demos/os/tick-1/src/
Dmain.c52 GX_SetPower(GX_POWER_ALL); in NitroMain()
/TwlSDK-5.1.0/build/demos/os/mutex-1/src/
Dmain.c72 GX_SetPower(GX_POWER_ALL); in NitroMain()
/TwlSDK-5.1.0/build/demos/os/sleep-1/src/
Dmain.c80 GX_SetPower(GX_POWER_ALL); in NitroMain()
/TwlSDK-5.1.0/build/demos/cp/ThreadSafeTest/src/
Dmain.c82 GX_SetPower(GX_POWER_ALL); in NitroMain()
/TwlSDK-5.1.0/build/demos/os/timer-1/src/
Dmain.c107 GX_SetPower(GX_POWER_ALL); in MyInit()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dgx.c54 GX_SetPower(GX_POWER_ALL); in GX_Init()
/TwlSDK-5.1.0/build/demos/wm/wmPadRead-child/src/
Dmain.c209 GX_SetPower(GX_POWER_ALL); in Initialize()
/TwlSDK-5.1.0/build/demos/vib/pulse_vib/src/
Dmain.c107 GX_SetPower(GX_POWER_ALL); in NitroMain()
/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/
Ddraw.c134 GX_SetPower(GX_POWER_ALL); in InitDraw()