Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c175 #define AUTO_PHASE_STEP 4 macro
1473 for(u16Index = u16WorstPhase1; u16Index <= u16PhaseRange; u16Index += AUTO_PHASE_STEP) in _MApi_XC_Auto_TunePhase()
1490 u16WorstPhase2 = (u16WorstPhase1 - AUTO_PHASE_STEP + 1) & u16PhaseRange; in _MApi_XC_Auto_TunePhase()
1491 u16WorstPhase1 = (u16WorstPhase1 + AUTO_PHASE_STEP) & u16PhaseRange; in _MApi_XC_Auto_TunePhase()