Searched refs:expressCaps (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h285 uint16_t expressCaps; member in struct:IOPCIConfigEntry
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1829 uint32_t expressCaps, linkCaps, linkControl, slotCaps = kSlotCapHotplug; local
1831 expressCaps = configRead16(child, child->expressCapBlock + 0x02);
1834 if (0x100 & expressCaps) slotCaps = configRead32(child, child->expressCapBlock + 0x14);
1837 && (0x60 == (0xf0 & expressCaps))) // downstream port
1846 child->expressCaps = expressCaps;
1848 DLOG(" expressCaps 0x%x, linkControl 0x%x, linkCaps 0x%x, slotCaps 0x%x\n",
1849 child->expressCaps, linkControl, child->linkCaps, slotCaps);
H A DIOPCIBridge.cpp1671 uint32_t value, expressCaps; local
1673 expressCaps = entry->configRead16(offset + 0x02);
1674 entry->setProperty(kIOPCIExpressCapabilitiesKey, expressCaps, 32);
1679 if (0x100 & expressCaps)

Completed in 222 milliseconds