Lines Matching refs:PCI_D3hot
1014 if (state < PCI_D0 || state > PCI_D3hot)
1056 case PCI_D3hot:
1059 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) == PCI_D3hot
1075 if (state == PCI_D3hot || dev->current_state == PCI_D3hot)
1333 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3))
1340 error = pci_raw_set_power_state(dev, state > PCI_D3hot ?
1341 PCI_D3hot : state);
1382 return PCI_D3hot;
2526 pci_enable_wake(dev, PCI_D3hot, enable);
2541 pci_power_t target_state = PCI_D3hot;
2602 * (PCI_D3hot is the default) and put the device into that state.
2733 pci_dev->current_state != PCI_D3hot;
4664 * unset, it will be reinitialized internally when going from PCI_D3hot to
4666 * already, force it into PCI_D3hot and back to PCI_D0, causing it to be reset.
4691 csr |= PCI_D3hot;