Home
last modified time | relevance | path

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

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