Searched defs:PhaseIndex (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/sis/
H A Dinit301.c6588 unsigned int longtemp, PhaseIndex; local
6619 PhaseIndex = 0x01; /* SiS_PALPhase */
6647 PhaseIndex = 0x00; /* SiS_NTSCPhase */
6651 if(newtvphase) PhaseIndex = 0x09; /* SiS_PALPhase2 */
6656 PhaseIndex = (SiS_Pr->SiS_TVMode & TVSetNTSCJ) ? 0x01 : 0x00; /* SiS_PALPhase : SiS_NTSCPhase */
6657 if(newtvphase) PhaseIndex += 8; /* SiS_PALPhase2 : SiS_NTSCPhase2 */
6662 PhaseIndex = (SiS_Pr->SiS_TVMode & TVSetPALM) ? 0x02 : 0x03; /* SiS_PALMPhase : SiS_PALNPhase */
6663 if(newtvphase) PhaseIndex += 8; /* SiS_PALMPhase2 : SiS_PALNPhase2 */
6668 PhaseIndex = 0x05; /* SiS_SpecialPhaseM */
6670 PhaseIndex
[all...]

Completed in 42 milliseconds