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

/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1772 agpDev->savedConfig[ 16 ] = agpSave[0];
1773 agpDev->savedConfig[ 17 ] = agpSave[1];
1774 agpDev->savedConfig[ 18 ] = agpSave[2];
1789 if( agpDev && device->savedConfig) {
1790 agpSave[0] = agpDev->savedConfig[ 16 ];
1791 agpSave[1] = agpDev->savedConfig[ 17 ];
1792 agpSave[2] = agpDev->savedConfig[ 18 ];
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h85 UInt32 * savedConfig; member in class:IOPCIDevice

Completed in 26 milliseconds