Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dpci.h217 #define PCI_PM_CAP_PME_MASK 0xF800 /* PME Mask of all supported states */ macro
/linux-2.4.37.9/drivers/pci/
Dpci.c446 value &= PCI_PM_CAP_PME_MASK; in pci_enable_wake()