X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flinux%2Fpci_regs.h;h=19958b929905beb2af8a0a6ca6802510379c232a;hb=b61bfa3c462671c48a51fb5c31af337c5a996a04;hp=c0c1223c91945111ca4ebbfe8d022de8461ab0ad;hpb=36d99df2fb474222ab47fbe8ae7385661033223b;p=deliverable%2Flinux.git diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index c0c1223c9194..19958b929905 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h @@ -231,6 +231,7 @@ #define PCI_PM_CAP_PME_D2 0x2000 /* PME# from D2 */ #define PCI_PM_CAP_PME_D3 0x4000 /* PME# from D3 (hot) */ #define PCI_PM_CAP_PME_D3cold 0x8000 /* PME# from D3 (cold) */ +#define PCI_PM_CAP_PME_SHIFT 11 /* Start of the PME Mask in PMC */ #define PCI_PM_CTRL 4 /* PM control and status register */ #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ #define PCI_PM_CTRL_NO_SOFT_RESET 0x0004 /* No reset for D3hot->D0 */