Searched refs:setPCIPowerState (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp347 IOReturn IOPCIDevice::setPCIPowerState(uint8_t powerState, uint32_t options) function in class:IOPCIDevice
416 DLOG("%s[%p]::setPCIPowerState(OFF) - writing 0x%x to PMCS currently (0x%x)\n", getName(), this, bits, extendedConfigRead16(reserved->pmControlStatus));
418 DLOG("%s[%p]::setPCIPowerState(OFF) - after writing, PMCS is (0x%x)\n", getName(), this, extendedConfigRead16(reserved->pmControlStatus));
429 DLOG("%s[%p]::setPCIPowerState(ON) - moving PMCS from 0x%x to D0\n",
434 DLOG("%s[%p]::setPCIPowerState(ON) - did move PMCS to 0x%x\n",
439 DLOG("%s[%p]::setPCIPowerState(ON) - PMCS already at D0 (0x%x)\n",
H A DIOPCIBridge.cpp841 device->setPCIPowerState(newState, 0);
847 device->setPCIPowerState(newState, 0);
862 device->setPCIPowerState(newState, 0);
871 device->setPCIPowerState(newState, 0);
1367 shadow->device->setPCIPowerState(kIOPCIDeviceOnState, options);
1442 shadow->device->setPCIPowerState(kIOPCIDeviceOnState, options);
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h495 IOReturn setPCIPowerState(uint8_t powerState, uint32_t options);

Completed in 111 milliseconds