Searched refs:PCI_PM_CAP_PME_D0 (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dpci_regs.h248 #define PCI_PM_CAP_PME_D0 0x0800 /* PME# from D0 */ macro
/linux-master/arch/x86/pci/
H A Dfixup.c605 dev->pme_support &= ~(PCI_PM_CAP_PME_D0 >> PCI_PM_CAP_PME_SHIFT);
/linux-master/drivers/pci/
H A Dpci.c3190 (pmc & PCI_PM_CAP_PME_D0) ? " D0" : "",
H A Dquirks.c6040 dev->pme_support &= ~(PCI_PM_CAP_PME_D0 >> PCI_PM_CAP_PME_SHIFT);

Completed in 172 milliseconds