• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/

Lines Matching refs:bridge

125 #define FOREACH_CHILD(bridge, child) \
126 for(IOPCIConfigEntry * (child) = (bridge)->child; (child); (child) = (child)->peer)
281 uint8_t secBusNum; // bridge only
282 uint8_t subBusNum; // bridge only
341 typedef int32_t (IOPCIConfigurator::*IterateProc)(void * ref, IOPCIConfigEntry * bridge);
346 int32_t scanProc(void * ref, IOPCIConfigEntry * bridge);
347 int32_t bootResetProc(void * ref, IOPCIConfigEntry * bridge);
348 int32_t totalProc(void * ref, IOPCIConfigEntry * bridge);
349 int32_t allocateProc(void * ref, IOPCIConfigEntry * bridge);
350 int32_t bridgeFinalizeConfigProc(void * unused, IOPCIConfigEntry * bridge);
353 void bridgeScanBus(IOPCIConfigEntry * bridge, uint8_t busNum, uint32_t resetMask);
356 IOPCIRange * bridgeGetRange(IOPCIConfigEntry * bridge, uint32_t type);
357 bool bridgeTotalResources(IOPCIConfigEntry * bridge, uint32_t typeMask);
358 int32_t bridgeAllocateResources( IOPCIConfigEntry * bridge, uint32_t typeMask );
360 bool bridgeDeallocateChildRanges(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead,
367 void bridgeApplyConfiguration(IOPCIConfigEntry * bridge, uint32_t typeMask, bool dolog);
370 void bridgeAddChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * child);
371 void bridgeRemoveChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead,
375 void bridgeDeadChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead);
376 void bridgeProbeChild(IOPCIConfigEntry * bridge, IOPCIAddressSpace space, uint32_t resetMask);
380 void bridgeProbeRanges(IOPCIConfigEntry * bridge, uint32_t resetMask);
381 void cardbusProbeRanges(IOPCIConfigEntry * bridge, uint32_t resetMask);
382 void bridgeProbeBusRange(IOPCIConfigEntry * bridge, uint32_t resetMask);
390 void bridgeConnectDeviceTree(IOPCIConfigEntry * bridge);
391 bool bridgeConstructDeviceTree(void * unused, IOPCIConfigEntry * bridge);