Lines Matching refs:UShort
656 UShort *ramp[3];
671 ramp[i] = (UShort *)malloc(nramp * sizeof(UShort));
726 ramp[i][j] = (UShort)v;
781 pSiS->crt2gcolortable[i].red = ((UShort)v) >> myshift;
786 pSiS->crt2gcolortable[i].green = ((UShort)v) >> myshift;
791 pSiS->crt2gcolortable[i].blue = ((UShort)v) >> myshift;
2567 UShort temp = 0xffff, temp1, i, realcrtno = crtno;
2837 SISCheckBIOS(SISPtr pSiS, UShort mypciid, UShort mypcivendor, int biossize)
2839 UShort romptr, pciid;
4145 UShort mypciid = pSiS->Chipset;
4146 UShort mypcivendor = (pSiS->ChipFlags & SiSCF_IsXGI) ? PCI_VENDOR_XGI : PCI_VENDOR_SIS;
4203 UShort romptr = pSiS->BIOS[0x16] | (pSiS->BIOS[0x17] << 8);
5025 UShort bversptr = 0;
10211 UShort SR26, SR27;
10897 UShort reg = 0;
11028 UShort reg = 0;
11155 UShort reg = 0;
11860 UShort temp;
11908 UShort temp1, temp2, temp3;
12063 temp1 = (UShort)pSiS->tvy1;
13563 static UShort
13568 UShort i = (pScrn->bitsPerPixel+7)/8 - 1;
13569 UShort ModeNumber = 0;
13605 UShort
13609 UShort i = (pSiS->CurrentLayout.bitsPerPixel+7)/8 - 1;
13668 UShort
13672 UShort i = (pSiS->CurrentLayout.bitsPerPixel+7)/8 - 1;
13727 UShort
13731 UShort i = (pSiS->CurrentLayout.bitsPerPixel+7)/8 - 1;
13732 UShort ModeIndex = 0;
13856 UShort xres = mode->HDisplay;
13857 UShort yres = mode->VDisplay;
14011 SiS_GetSetBIOSScratch(ScrnInfoPtr pScrn, UShort offset, UChar value)