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

/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp69 #include "AppleMacRiscPCI.h"
91 OSDefineMetaClassAndStructors(AppleMacRiscPCI, IOPCIBridge)
93 OSDefineMetaClassAndStructors(AppleMacRiscVCI, AppleMacRiscPCI)
95 OSDefineMetaClassAndStructors(AppleMacRiscAGP, AppleMacRiscPCI)
103 bool AppleMacRiscPCI::start( IOService * provider )
204 bool AppleMacRiscPCI::configure( IOService * provider )
240 void AppleMacRiscPCI::free()
252 IODeviceMemory * AppleMacRiscPCI::ioDeviceMemory( void )
266 return( AppleMacRiscPCI::configure( provider));
269 UInt8 AppleMacRiscPCI
[all...]
H A DAppleMacRiscPCI.h56 class AppleMacRiscPCI : public IOPCIBridge class in inherits:IOPCIBridge
58 OSDeclareDefaultStructors(AppleMacRiscPCI)
101 class AppleMacRiscVCI : public AppleMacRiscPCI
237 class AppleMacRiscAGP : public AppleMacRiscPCI

Completed in 20 milliseconds