Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/sis/
Dinit301.c2688 unsigned short i, j, modeflag, tempah=0; in SiS_SetCRT2ModeRegs() local
2733 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2735 } else tempah = 0x80; in SiS_SetCRT2ModeRegs()
2737 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0xA0; in SiS_SetCRT2ModeRegs()
2748 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
2749 if (tempah == 0) tempah = 1; in SiS_SetCRT2ModeRegs()
2750 tempah |= 0x40; in SiS_SetCRT2ModeRegs()
2752 } else tempah = 0x40; in SiS_SetCRT2ModeRegs()
2754 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0x50; in SiS_SetCRT2ModeRegs()
2760 if(SiS_Pr->SiS_VBInfo & DisableCRT2Display) tempah = 0; in SiS_SetCRT2ModeRegs()
[all …]