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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODeviceTreeSupport.h77 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
100 unsigned int deviceNum:5; member in struct:IONVRAMDescriptor
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1122 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1132 (*persist->locationFunc)( regEntry, busNum, deviceNum, functionNum );
1139 *deviceNum = 0x1f & (cell[ 0 ] >> 24);
1142 *deviceNum = 0;
1159 UInt8 deviceNum; local
1169 &busNum, &deviceNum, &functionNum );
1171 bridgeDevices |= ((deviceNum & 0x1f) << ((level - 1) * 5));
1174 hdr->deviceNum = deviceNum;
1119 IODTGetNVLocation( IORegistryEntry * parent, IORegistryEntry * regEntry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h47 unsigned int deviceNum:5; member in struct:IOPCIAddressSpace::__anon495
53 unsigned int deviceNum:5;
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp285 space.s.deviceNum = kPCIBridgeSelfDevice;
301 if( space.s.deviceNum < kPCIBridgeSelfDevice)
305 addrCycle = ( (1 << space.s.deviceNum)
585 space.s.deviceNum = kHTBridgeSelfDevice;
601 if( space.s.deviceNum == kHTBridgeSelfDevice) {
852 space.es.deviceNum = kPCIEBridgeSelfDevice;
880 addrCycle = ( (1 << (space.es.deviceNum + 11))
1101 addrCycle = ( (1 << (space.es.deviceNum + 11))
1182 isAGP = ( (space.s.deviceNum != getBridgeSpace().s.deviceNum)
[all...]

Completed in 58 milliseconds