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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c6644 unsigned int longtemp, PhaseIndex; local
6675 PhaseIndex = 0x01; /* SiS_PALPhase */
6703 PhaseIndex = 0x00; /* SiS_NTSCPhase */
6707 if(newtvphase) PhaseIndex = 0x09; /* SiS_PALPhase2 */
6712 PhaseIndex = (SiS_Pr->SiS_TVMode & TVSetNTSCJ) ? 0x01 : 0x00; /* SiS_PALPhase : SiS_NTSCPhase */
6713 if(newtvphase) PhaseIndex += 8; /* SiS_PALPhase2 : SiS_NTSCPhase2 */
6718 PhaseIndex = (SiS_Pr->SiS_TVMode & TVSetPALM) ? 0x02 : 0x03; /* SiS_PALMPhase : SiS_PALNPhase */
6719 if(newtvphase) PhaseIndex += 8; /* SiS_PALMPhase2 : SiS_PALNPhase2 */
6724 PhaseIndex = 0x05; /* SiS_SpecialPhaseM */
6726 PhaseIndex
[all...]

Completed in 32 milliseconds