Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dpci.h215 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */ macro
/linux-2.4.37.9/drivers/pci/
Dpci.c279 else if (state == 2 && !(pmc & PCI_PM_CAP_D2)) return -EIO; in pci_set_power_state()