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

/linux-master/drivers/pci/pcie/
H A Dpme.c231 if (rtsta & PCI_EXP_RTSTA_PME) {
279 if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) {
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c270 .w1c = PCI_EXP_RTSTA_PME,
H A Dpci.c2291 pcie_capability_set_dword(dev, PCI_EXP_RTSTA, PCI_EXP_RTSTA_PME);
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c1586 if (!(le32_to_cpu(pcie->bridge.pcie_conf.rootsta) & PCI_EXP_RTSTA_PME)) {
1587 pcie->bridge.pcie_conf.rootsta = cpu_to_le32(requester | PCI_EXP_RTSTA_PME);
H A Dpci-mvebu.c838 if (new & PCI_EXP_RTSTA_PME)
/linux-master/include/uapi/linux/
H A Dpci_regs.h642 #define PCI_EXP_RTSTA_PME 0x00010000 /* PME status */ macro

Completed in 152 milliseconds