Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c1468 MS_U16 u16WorstPhase1 = 0, u16WorstPhase2 = 0; in _MApi_XC_Auto_TunePhase() local
1472 u16WorstPhase1 = 0x00; // initizlize in _MApi_XC_Auto_TunePhase()
1473 for(u16Index = u16WorstPhase1; u16Index <= u16PhaseRange; u16Index += AUTO_PHASE_STEP) in _MApi_XC_Auto_TunePhase()
1481 u16WorstPhase1 = u16Index; // refresh best phase 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()
1493 …for(u16Index = u16WorstPhase2; u16Index != u16WorstPhase1; u16Index = ((u16Index + 1) & u16PhaseRa… in _MApi_XC_Auto_TunePhase()