Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_NO_SOFT_RESET (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h244 #define PCI_PM_CTRL_NO_SOFT_RESET 0x0008 /* No reset for D3hot->D0 */ macro
/linux-4.1.27/drivers/pci/
Dpci.c596 && !(pmcsr & PCI_PM_CTRL_NO_SOFT_RESET)) in pci_raw_set_power_state()
3237 if (csr & PCI_PM_CTRL_NO_SOFT_RESET) in pci_pm_reset()