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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c17 uint16 IOConditionTablePtr; /* ptr to list of ISA regs and bits to tst for exec mode */ member in struct:__anon1291
210 tabs.IOConditionTablePtr = rom[offset + 83] + (rom[offset + 84] * 256);
219 LOG(8,("INFO: IOConditionTablePtr: $%04x\n", tabs.IOConditionTablePtr));
1628 data += tabs.IOConditionTablePtr;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c17 uint16 IOConditionTablePtr; /* ptr to list of ISA regs and bits to tst for exec mode */ member in struct:__anon1
222 tabs.IOConditionTablePtr = rom[offset + 83] + (rom[offset + 84] * 256);
231 LOG(8,("INFO: IOConditionTablePtr: $%04x\n", tabs.IOConditionTablePtr));
1715 data += tabs.IOConditionTablePtr;

Completed in 55 milliseconds