diff mbox series

[v2,4/6] PCI: Add PME_TURN_OFF message macro

Message ID 20240201-pme_msg-v2-4-6767052fe6a4@nxp.com
State New
Headers show
Series PCI: dwc: Add common pme_turn_off message by using outbound iATU | expand

Commit Message

Frank Li Feb. 1, 2024, 4:13 p.m. UTC
Add PME_TURN_OFF macros to enable a PCIe host driver to send PME messages.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 drivers/pci/pci.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
index fe42f5d10b010..46bbd815efccf 100644
--- a/drivers/pci/pci.h
+++ b/drivers/pci/pci.h
@@ -40,6 +40,8 @@ 
 #define PCI_MSG_CODE_DEASSERT_INTC	0x26
 #define PCI_MSG_CODE_DEASSERT_INTD	0x27
 
+#define PCI_MSG_CODE_PME_TURN_OFF	0x19
+
 extern const unsigned char pcie_link_speed[];
 extern bool pci_early_dump;