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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp1047 IOPCI2PCIBridge * pcib; local
1049 if (!(pcib = OSDynamicCast(IOPCI2PCIBridge, parent))) return (kIOReturnUnsupported);
1051 return (pcib->setDeviceASPMState(this, client, state));
1057 IOPCI2PCIBridge * pcib; local
1059 if (!(pcib = OSDynamicCast(IOPCI2PCIBridge, parent))) return (kIOReturnUnsupported);
1061 return (pcib->setTunnelL1Enable(this, client, l1Enable));

Completed in 71 milliseconds