Searched refs:ROMTable (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c514 unsigned int ROMTable = 0, ClockTable = 0, FrequencyTable = 0; local in function:ATIPreInit
952 ROMTable = BIOSWord(0x48U);
953 if ((ROMTable < 0x0002U) ||
954 (BIOSWord(ROMTable - 0x02U) < 0x0012U) ||
955 ((ROMTable + BIOSWord(ROMTable - 0x02U)) > BIOSSize))
956 ROMTable = 0;
958 if (ROMTable > 0)
960 ClockTable = BIOSWord(ROMTable + 0x10U);
964 if (BIOSWord(ROMTable
[all...]

Completed in 2 milliseconds