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

/darwin-on-arm/xnu/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 82 milliseconds