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

/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h284 uint32_t linkCaps; member in struct:IOPCIConfigEntry
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1417 if ((kLinkCapDataLinkLayerActiveReportingCapable & bridge->linkCaps)
1431 DLOG("bridge "D()" %s%s linkStatus 0x%04x, linkCaps 0x%04x\n",
1435 linkStatus, bridge->linkCaps);
1829 uint32_t expressCaps, linkCaps, linkControl, slotCaps = kSlotCapHotplug; local
1832 linkCaps = configRead32(child, child->expressCapBlock + 0x0c);
1839 if ((kLinkCapDataLinkLayerActiveReportingCapable & linkCaps)
1847 child->linkCaps = linkCaps;
1848 DLOG(" expressCaps 0x%x, linkControl 0x%x, linkCaps 0x%x, slotCaps 0x%x\n",
1849 child->expressCaps, linkControl, child->linkCaps, slotCap
[all...]

Completed in 94 milliseconds