• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/AppleMacRiscPCI-3.4/

Lines Matching refs:UInt8

67     volatile UInt8	*	configData;
71 UInt8 secondaryBus;
72 UInt8 subordinateBus;
73 UInt8 configDataOffsetMask;
76 inline bool setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
77 virtual UInt8 firstBusNum( void );
78 virtual UInt8 lastBusNum( void );
88 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
90 UInt8 offset, UInt32 data );
91 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
93 UInt8 offset, UInt16 data );
94 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
96 UInt8 offset, UInt8 data );
122 volatile UInt8 * configType0;
123 volatile UInt8 * configType1;
124 volatile UInt8 * configSelf;
128 UInt8 primaryBus;
130 inline volatile UInt8 * setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
140 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
142 UInt8 offset, UInt32 data );
143 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
145 UInt8 offset, UInt16 data );
146 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
148 UInt8 offset, UInt8 data );
163 volatile UInt8 * hostRegs;
164 volatile UInt8 * configAtomic;
166 volatile UInt8 * configDataNA;
170 UInt8 primaryBus;
175 inline volatile UInt8 * setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
185 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
187 UInt8 offset, UInt32 data );
188 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
190 UInt8 offset, UInt16 data );
191 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
193 UInt8 offset, UInt8 data );
251 UInt8 targetAGPRegisters;
252 UInt8 isU3;
253 UInt8 isU32;
263 UInt8 offset, UInt32 data, UInt32 mask );