Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_PME_STATUS (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/xen/xen-pciback/
Dconf_space_capability.c112 #define PM_OK_BITS (PCI_PM_CTRL_PME_STATUS|PCI_PM_CTRL_DATA_SEL_MASK)
/linux-4.19.296/include/uapi/linux/
Dpci_regs.h256 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/linux-4.19.296/drivers/pci/
Dpci.c1925 if (!(pmcsr & PCI_PM_CTRL_PME_STATUS)) in pci_check_pme_status()
1929 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_check_pme_status()
2031 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2052 pmcsr &= ~PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()
2055 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()