Home
last modified time | relevance | path

Searched refs:PCI_EXP_RTSTA_PME (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Dpme.c230 if (rtsta & PCI_EXP_RTSTA_PME) { in pcie_pme_work_fn()
277 if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) { in pcie_pme_irq()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c270 .w1c = PCI_EXP_RTSTA_PME,
H A Dpci.c2374 pcie_capability_set_dword(dev, PCI_EXP_RTSTA, PCI_EXP_RTSTA_PME); in pcie_clear_root_pme_status()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h640 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h642 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c1586 if (!(le32_to_cpu(pcie->bridge.pcie_conf.rootsta) & PCI_EXP_RTSTA_PME)) { in advk_pcie_handle_pme()
1587 pcie->bridge.pcie_conf.rootsta = cpu_to_le32(requester | PCI_EXP_RTSTA_PME); in advk_pcie_handle_pme()
H A Dpci-mvebu.c838 if (new & PCI_EXP_RTSTA_PME) in mvebu_pci_bridge_emul_pcie_conf_write()