Searched refs:PCI_EXP_RTSTA_PME (Results 1 – 7 of 7) sorted by relevance
230 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()
270 .w1c = PCI_EXP_RTSTA_PME,
2374 pcie_capability_set_dword(dev, PCI_EXP_RTSTA, PCI_EXP_RTSTA_PME); in pcie_clear_root_pme_status()
640 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro
642 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro
1586 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()
838 if (new & PCI_EXP_RTSTA_PME) in mvebu_pci_bridge_emul_pcie_conf_write()