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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c16 uint16 ConditionTablePtr; /* ptr to list of PCI regs and bits to tst for exec mode */ member in struct:__anon1291
209 tabs.ConditionTablePtr = rom[offset + 81] + (rom[offset + 82] * 256);
218 LOG(8,("INFO: ConditionTablePtr: $%04x\n", tabs.ConditionTablePtr));
1597 data += tabs.ConditionTablePtr;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c16 uint16 ConditionTablePtr; /* ptr to list of PCI regs and bits to tst for exec mode */ member in struct:__anon1
221 tabs.ConditionTablePtr = rom[offset + 81] + (rom[offset + 82] * 256);
230 LOG(8,("INFO: ConditionTablePtr: $%04x\n", tabs.ConditionTablePtr));
1684 data += tabs.ConditionTablePtr;

Completed in 43 milliseconds