Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dinit301.c2687 unsigned short i, j, modeflag, tempah=0; in SiS_SetCRT2ModeRegs() local
2732 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2734 } else tempah = 0x80; in SiS_SetCRT2ModeRegs()
2736 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0xA0; in SiS_SetCRT2ModeRegs()
2747 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
2748 if (tempah == 0) tempah = 1; in SiS_SetCRT2ModeRegs()
2749 tempah |= 0x40; in SiS_SetCRT2ModeRegs()
2751 } else tempah = 0x40; in SiS_SetCRT2ModeRegs()
2753 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0x50; in SiS_SetCRT2ModeRegs()
2759 if(SiS_Pr->SiS_VBInfo & DisableCRT2Display) tempah = 0; in SiS_SetCRT2ModeRegs()
[all …]