Searched refs:IOPCIAddressSpace (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.h76 inline bool setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
88 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
89 virtual void configWrite32( IOPCIAddressSpace space,
91 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
92 virtual void configWrite16( IOPCIAddressSpace space,
94 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
95 virtual void configWrite8( IOPCIAddressSpace space,
98 virtual IOPCIAddressSpace getBridgeSpace( void );
130 inline volatile UInt8 * setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
140 virtual UInt32 configRead32( IOPCIAddressSpace spac
[all...]
H A DAppleMacRiscPCI.cpp279 IOPCIAddressSpace AppleMacRiscPCI::getBridgeSpace( void )
281 IOPCIAddressSpace space;
290 inline bool AppleMacRiscPCI::setConfigSpace( IOPCIAddressSpace space,
325 UInt32 AppleMacRiscPCI::configRead32( IOPCIAddressSpace space,
348 void AppleMacRiscPCI::configWrite32( IOPCIAddressSpace space,
371 UInt16 AppleMacRiscPCI::configRead16( IOPCIAddressSpace space,
394 void AppleMacRiscPCI::configWrite16( IOPCIAddressSpace space,
417 UInt8 AppleMacRiscPCI::configRead8( IOPCIAddressSpace space,
440 void AppleMacRiscPCI::configWrite8( IOPCIAddressSpace space,
579 IOPCIAddressSpace AppleMacRiscH
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h37 union IOPCIAddressSpace { union
84 IOPCIAddressSpace space;
100 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
101 virtual void configWrite32( IOPCIAddressSpace space,
103 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
104 virtual void configWrite16( IOPCIAddressSpace space,
106 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
107 virtual void configWrite8( IOPCIAddressSpace space,

Completed in 18 milliseconds