Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/pcie/
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()
/linux-6.3-rc2/drivers/pci/
A Dpci-bridge-emul.c270 .w1c = PCI_EXP_RTSTA_PME,
A Dpci.c2296 pcie_capability_set_dword(dev, PCI_EXP_RTSTA, PCI_EXP_RTSTA_PME); in pcie_clear_root_pme_status()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h640 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro
/linux-6.3-rc2/drivers/pci/controller/
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()
A Dpci-mvebu.c839 if (new & PCI_EXP_RTSTA_PME) in mvebu_pci_bridge_emul_pcie_conf_write()

Completed in 29 milliseconds