Lines Matching refs:BIOSByte
139 #define BIOSByte(_n) ((CARD8)(BIOS[_n]))
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(VideoTable) & 0x1FU;
376 pATI->Audio = BIOSByte(VideoTable + 0x01U) & 0x0FU;
377 pATI->Decoder = BIOSByte(VideoTable + 0x05U) & 0x0FU;
387 pATI->I2CType = BIOSByte(HardwareTable + 0x06U) & 0x0FU;
412 ((BIOSByte(LCDPanelInfo) != pATI->LCDPanelID) &&
413 (pATI->LCDPanelID || (BIOSByte(LCDPanelInfo) > 0x1FU) ||
426 if ((BIOSByte(i) != pATI->LCDPanelID) &&
427 (pATI->LCDPanelID || (BIOSByte(i) > 0x1FU) ||
434 if ((CARD8)(BIOSByte(i + j + 1) - 0x20U) > 0x5FU)
457 if ((BIOSByte(LCDPanelInfo + 0x19U) ==
458 BIOSByte(i + 0x19U)) &&
459 (BIOSByte(LCDPanelInfo + 0x1AU) ==
460 BIOSByte(i + 0x1AU)) &&
461 (BIOSByte(LCDPanelInfo + 0x1BU) ==
462 BIOSByte(i + 0x1BU)) &&
463 (BIOSByte(LCDPanelInfo + 0x1CU) ==
464 BIOSByte(i + 0x1CU)))
479 pATI->LCDPanelID = BIOSByte(LCDPanelInfo);
487 Buffer[i] = BIOSByte(LCDPanelInfo + 1 + i);
968 (BIOSByte(VideoTable - 0x01U) < 0x08U) ||
969 (BIOSByte(VideoTable - 0x02U) > 0x01U) ||
970 ((VideoTable + BIOSByte(VideoTable - 0x01U)) > BIOSSize))
995 if ((LCDTable + BIOSByte(LCDTable + 5)) > BIOSSize)
2237 (GetBits(BIOSByte(0x44U), 0x04U) * 5000) + 40000;