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

Lines Matching refs:typeMask

2779 bool CLASS::bridgeTotalResources(IOPCIConfigEntry * bridge, uint32_t typeMask)
2797 BRIDGE_IDENT(bridge), bridge->iterator, bridge->deviceState, typeMask);
2813 & typeMask)
2844 if (!((1 << childRange->type) & typeMask)) continue;
2882 if (!((1 << type) & typeMask)) continue;
2975 int32_t CLASS::bridgeAllocateResources(IOPCIConfigEntry * bridge, uint32_t typeMask)
2994 BRIDGE_IDENT(bridge), bridge->deviceState, typeMask);
3018 if (!((1 << childRange->type) & typeMask)) continue;
3045 if (((1 << kIOPCIResourceTypeBusNumber) & typeMask)
3063 if (!((1 << childRange->type) & typeMask)) continue;
3179 applyConfiguration(child, typeMask, false);
3190 if (!((1 << childRange->type) & typeMask)) continue;
3314 if (failTypes && !(bridge->rangeRequestChanges & typeMask))
3340 bridge->rangeRequestChanges &= ~typeMask;
3346 applyConfiguration(child, typeMask, true);
3374 void CLASS::applyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog)
3383 deviceApplyConfiguration(device, typeMask, dolog);
3387 bridgeApplyConfiguration(device, typeMask, dolog);
3399 void CLASS::deviceApplyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog)
3418 if (!((1 << range->type) & typeMask))
3460 void CLASS::bridgeApplyConfiguration(IOPCIConfigEntry * bridge, uint32_t typeMask, bool dolog)
3490 if (!((1 << range->type) & typeMask))
3516 if (((1 << kIOPCIResourceTypeBusNumber) & typeMask)
3563 if (((1 << kIOPCIResourceTypeIO) & typeMask)
3593 if (((1 << kIOPCIResourceTypeMemory) & typeMask)
3621 if (((1 << kIOPCIResourceTypePrefetchMemory) & typeMask)