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

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c139 #define BIOSByte(_n) ((CARD8)(BIOS[_n])) macro
161 pATI->ProgrammableClock = BIOSByte(ClockTable);
162 pATI->ClockNumberToProgramme = BIOSByte(ClockTable + 0x06U);
349 switch (BIOSByte(VideoTable - 0x02U))
352 pATI->Tuner = BIOSByte(VideoTable) & 0x1FU;
362 pATI->Decoder = BIOSByte(VideoTable + 0x01U) & 0x07U;
363 pATI->Audio = BIOSByte(VideoTable + 0x02U) & 0x0FU;
367 pATI->Decoder = BIOSByte(VideoTable + 0x02U) & 0x07U;
368 pATI->Audio = BIOSByte(VideoTable + 0x03U) & 0x0FU;
375 pATI->Tuner = BIOSByte(VideoTabl
[all...]

Completed in 5 milliseconds