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

/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1340 gartLength = agpLength / agpBytesPerGartByte;
1341 gartHandle = IOMapper::NewARTTable(gartLength, (void **) &gartArray, &physPage);
1346 // IOMapPages( kernel_map, gartArray, gartPhys, gartLength, kIOMapInhibitCache );
1347 bzero( (void *) gartArray, gartLength);
1348 flush_dcache( (vm_offset_t) gartArray, gartLength, false);
1423 IOMapper::FreeARTTable(gartHandle, gartLength);
H A DAppleMacRiscPCI.h247 IOByteCount gartLength; member in class:AppleMacRiscAGP

Completed in 76 milliseconds