Home
last modified time | relevance | path

Searched refs:cpuSpeed (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/build/libraries/scfg/ARM9.TWL/src/
Dscfg_proc.c33 static void SCFGi_SwitchCpuSpeed( SCFGCpuSpeed cpuSpeed );
74 asm void SCFGi_SwitchCpuSpeed( SCFGCpuSpeed cpuSpeed ) in SCFGi_SwitchCpuSpeed() argument
106 void SCFG_SetCpuSpeed( SCFGCpuSpeed cpuSpeed ) in SCFG_SetCpuSpeed() argument
110 SDK_ASSERT( cpuSpeed == SCFG_CPU_SPEED_1X || cpuSpeed == SCFG_CPU_SPEED_2X ); in SCFG_SetCpuSpeed()
115 if ( cpuSpeed != SCFG_GetCpuSpeed() ) in SCFG_SetCpuSpeed()
117 SCFGi_SwitchCpuSpeed( cpuSpeed ); in SCFG_SetCpuSpeed()
/TwlSDK-5.4/build/demos.TWL/os/
DMakefile24 SUBDIRS_P = cpuSpeed-1 os_jump
/TwlSDK-5.4/include/twl/scfg/common/
Dscfg.h333 void SCFG_SetCpuSpeed( SCFGCpuSpeed cpuSpeed );