Searched refs:SCFG_GetCpuSpeed (Results 1 – 4 of 4) sorted by relevance
36 SCFGCpuSpeed speed = SCFG_GetCpuSpeed(); in TwlMain()
243 cycle <<= (SCFG_GetCpuSpeed()==SCFG_CPU_SPEED_2X)? 2: 1; in OS_SpinWaitSysCycles()
115 if ( cpuSpeed != SCFG_GetCpuSpeed() ) in SCFG_SetCpuSpeed()
345 static inline SCFGCpuSpeed SCFG_GetCpuSpeed(void) in SCFG_GetCpuSpeed() function