Searched refs:AUTO_PHASE_STEP (Results 1 – 1 of 1) sorted by relevance
175 #define AUTO_PHASE_STEP 4 macro1473 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()