]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pci_regs.h
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / include / linux / pci_regs.h
index 7dc391cad10dbd469350c7bafd3374edc3c14a03..e2a089b051edddbc272b4673e18070fdb5f073b0 100644 (file)
 #define  PCI_PM_CAP_PME_D3cold 0x8000  /* PME# from D3 (cold) */
 #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 */
 #define  PCI_PM_CTRL_PME_ENABLE        0x0100  /* PME pin enable */
 #define  PCI_PM_CTRL_DATA_SEL_MASK     0x1e00  /* Data select (??) */
 #define  PCI_PM_CTRL_DATA_SCALE_MASK   0x6000  /* Data scale (??) */