Lines Matching defs:data
249 /* 661 et al LCD data structure (2.03.00) */
471 * use the BIOS data as well.
504 * use the BIOS data as well.
5339 unsigned int data, pci50, pciA0;
5399 data = SiS_GetFIFOThresholdB300(tempbx, tempcl);
5428 data = SiS_GetLatencyFactor630(SiS_Pr, index) + 15;
5429 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x14) & 0x80)) data += 5;
5433 data += data2; /* CRT1 Request Period */
5469 data = data * VCLK * colorth;
5470 temp = data % (MCLK << 4);
5471 data = data / (MCLK << 4);
5472 if(temp) data++;
5474 if(data < 6) data = 6;
5475 else if(data > 0x14) data = 0x14;
5479 if((data <= 0x0f) || (SiS_Pr->SiS_LCDResInfo == Panel_1280x1024))
5492 if(data > 0x13) data = 0x13;
5494 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x02,0xe0,data);
9115 temp = SiS_WriteDDC2Data(SiS_Pr, val); /* Write data */
9537 buffer: ptr to 256 data bytes which will be filled with read data.
9665 /* Write 8 bits of data */
10075 /* still carry old 301 data at the first location */
10145 /* still carry old 301 data at the first location */
10197 /* LV: use 301 data? BIOS bug? */
10376 /* NTSC-J data not in BIOS, and already set in SetGroup2 */