Lines Matching defs:Index
51 unsigned int Index;
61 for (Index = 0; Index < Length; Index++)
63 if (!(Index & (4U - 1U)))
65 if (!(Index & (16U - 1U)))
70 xf86ErrorFVerb(5, "\n 0x%08X: ", Index);
74 xf86ErrorFVerb(5, "%02X", BIOS[Index]);
75 if (isprint(BIOS[Index]))
76 *Char++ = BIOS[Index];
102 int Index;
105 for (Index = StartIndex; Index < EndIndex; Index++)
107 if (!(Index & (4U - 1U)))
109 if (!(Index & (16U - 1U)))
110 xf86ErrorFVerb(4, "\n 0x%02X: ", Index);
115 xf86ErrorFVerb(4, "%02X", GetReg(Port, Index));
145 int Index, Limit;
162 for (Index = 0; Index <= Limit; Index += UnitOf(MM_IO_SELECT))
164 if (!(Index & SetBits(3, MM_IO_SELECT)))
165 xf86ErrorFVerb(4, "\n 0x%04X: ", Index);
166 if (Index == (DAC_REGS & DWORD_SELECT))
187 IOValue = inm(Index);
189 if ((Index == (CRTC_GEN_CNTL & DWORD_SELECT)) &&
201 for (Index = pATI->CPIOBase; Index <= Limit; Index += Step)
203 if (!(((Index - pATI->CPIOBase) / Step) & 0x03U))
204 xf86ErrorFVerb(4, "\n 0x%04X: ", Index);
205 if (Index == (int)ATIIOPort(DAC_REGS))
226 IOValue = inl(Index);
228 if ((Index == (int)ATIIOPort(CRTC_GEN_CNTL)) &&
253 int Index, Limit;
261 for (Index = 0; Index < Limit; Index++)
262 if (PLLReg[Index] != PLLReg[Index + Limit])
268 for (Index = 0; Index < Limit; Index++)
270 if (!(Index & 3))
272 if (!(Index & 15))
273 xf86ErrorFVerb(4, "\n 0x%02X: ", Index);
276 xf86ErrorFVerb(4, "%02X", PLLReg[Index]);
295 int Index;
315 for (Index = 0; Index < 0x0800; Index++)
317 if (!(Index & 3))
319 if (!(Index & 15))
321 xf86ErrorFVerb(4, "\n 0x%04X: ", Index);
324 if ((Index == 0x0100) || (Index == 0x0500))
327 out8(M64_DAC_DATA, Index >> 8);
359 int Index;
516 for (Index = 0; Index < 64; Index++)
518 if (!(Index & 3))
519 xf86ErrorFVerb(4, "\n 0x%02X: ", Index);
520 xf86ErrorFVerb(4, " %08X", ATIMach64GetLCDReg(Index));
528 for (Index = 0; Index < 256; Index++)
530 if (!(Index & 3))
531 xf86ErrorFVerb(4, "\n 0x%02X: ", Index);
532 xf86ErrorFVerb(4, " %08X", ATIMach64GetTVReg(Index));
581 for (Index = 0; Index < 256; Index++)
583 if (!(Index & 3))
584 xf86ErrorFVerb(4, "\n 0x%02X:", Index);
621 for (Index = 0; Index < 256; Index++)
623 if (!(Index & 3))
624 xf86ErrorFVerb(4, "\n 0x%02X:", Index);
642 for (Index = 0; Index < 256; Index+= 4)
647 PCI_READ_LONG(pVideo, &data, Index);
649 if (!(Index & 15))
650 xf86ErrorFVerb(4, "\n 0x%02X: ", Index);