| /linux/drivers/pci/pcie/ |
| H A D | pme.c | 3 * PCIe Native PME support 10 #define dev_fmt(fmt) "PME: " fmt 26 * If this switch is set, MSI will not be used for PCIe PME signaling. This 28 * that using MSI for PCIe PME signaling doesn't play well with PCIe PME-based 46 bool noirq; /* If set, keep the PME interrupt disabled. */ 50 * pcie_pme_interrupt_enable - Enable/disable PCIe PME interrupt generation. 65 * pcie_pme_walk_bus - Scan a PCI bus for devices asserting PME#. 68 * Scan given PCI bus and all buses under it for devices asserting PME#. 94 * pcie_pme_from_pci_bridge - Check if PCIe-PCI bridge generated a PME. 98 * PME from PCI devices under a PCIe-PCI bridge may be converted to an in-band [all …]
|
| /linux/arch/sh/drivers/pci/ |
| H A D | pci-sh7751.h | 89 #define SH7751_PCICONF16_PMES 0xF8000000 /* PME Support */ 93 #define SH7751_PCICONF16_PMCK 0x00080000 /* Clock for PME req. */ 99 #define SH7751_PCICONF17_PMES 0x00800000 /* PME Status */ 102 #define SH7751_PCICONF17_PMEN 0x00010000 /* PME Enable */
|
| /linux/tools/mm/ |
| H A D | page-types.c | 473 static uint64_t expand_overloaded_flags(uint64_t flags, uint64_t pme) in expand_overloaded_flags() argument 491 if (pme & PM_SOFT_DIRTY) in expand_overloaded_flags() 493 if (pme & PM_FILE) in expand_overloaded_flags() 495 if (pme & PM_SWAP) in expand_overloaded_flags() 497 if (pme & PM_MMAP_EXCLUSIVE) in expand_overloaded_flags() 515 static uint64_t kpageflags_flags(uint64_t flags, uint64_t pme) in kpageflags_flags() argument 518 flags = expand_overloaded_flags(flags, pme); in kpageflags_flags() 637 uint64_t pme) in add_page() argument 639 flags = kpageflags_flags(flags, pme); in add_page() 668 uint64_t pme) in walk_pfn() argument 708 walk_swap(unsigned long voffset,uint64_t pme) walk_swap() argument [all...] |
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_pci.h | 68 __be32 pex_pme_mes_dr; /* 0x.020 - PCIE PME and message detect register */ 69 __be32 pex_pme_mes_disr; /* 0x.024 - PCIE PME and message disable register */ 70 __be32 pex_pme_mes_ier; /* 0x.028 - PCIE PME and message interrupt enable register */
|
| H A D | fsl_pci.c | 1194 /* PME Disable */ in fsl_pci_pme_probe() 1201 dev_err(&dev->dev, "Failed to map PME interrupt.\n"); in fsl_pci_pme_probe() 1209 "[PCI] PME", hose); in fsl_pci_pme_probe() 1211 dev_err(&dev->dev, "Unable to request irq %d for PME\n", pme_irq); in fsl_pci_pme_probe() 1227 /* PME Enable */ in fsl_pci_pme_probe()
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | marvell,orion-pinctrl.txt | 26 mpp2 2 gpio, pci(req3), pci-1(pme) 51 mpp2 2 gpio, pci(req3), pci-1(pme) 76 mpp2 2 gpio, pci(req3), pci(pme)
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | renesas,rzg3e-xhci.yaml | 40 - const: pme 89 interrupt-names = "all", "smi", "hse", "pme", "xhc";
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_main.h | 186 #define WFCR_PMEIND BIT(0) /* PME indication */ 187 #define WFCR_PMETYPE BIT(1) /* PME I/O type */ 188 #define WFCR_PMEPOL BIT(2) /* PME polarity */ 189 #define WFCR_PMERST BIT(3) /* Reset PME */ 197 #define WFCR_PMEEN BIT(11) /* Enable PME pin */ 201 #define WFCR_PMES BIT(15) /* PME pin status */
|
| /linux/Documentation/arch/x86/ |
| H A D | earlyprintk.rst | 33 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) 34 Status: D0 PME-Enable- DSel=0 DScale=0 PME+
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | snps,dw-pcie.yaml | 184 PME message is received by the port. That means having the PME 187 const: pme
|
| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | pciebus-howto.rst | 41 其端口类型。PCI Express端口的服务包括本地热拔插支持(HP)、电源管理事件支持(PME)、 183 PCI Express电源管理(PME)、高级错误报告(AER)、热插拔(HP)和虚拟通道(VC)的服务
|
| /linux/drivers/usb/host/ |
| H A D | uhci-pci.c | 55 /* Disable platform-specific non-PME# wakeup */ in uhci_pci_configure_hc() 135 /* Intel controllers use non-PME wakeup signalling */ in uhci_pci_init() 192 /* Enable platform-specific non-PME# wakeup */ in uhci_pci_suspend()
|
| /linux/include/linux/ssb/ |
| H A D | ssb_driver_pci.h | 31 #define SSB_PCICORE_ISTAT_PME 0x00000010 /* PCI PME# */ 37 #define SSB_PCICORE_IMASK_PME 0x00000010 /* PCI PME# */
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-google.c | 127 * Clear pme interrupts and report their status. 212 dev_dbg(google->dev, "spurious pme irq %d, hibernation %d, dr_role %u\n", in dwc3_google_resume_irq() 421 ret = dev_err_probe(dev, ret, "failed to request hs pme irq"); in dwc3_google_probe() 428 ret = dev_err_probe(dev, ret, "failed to request ss pme irq"); in dwc3_google_probe()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_wow.c | 297 * AR_PMCTRL_HOST_PME_EN - Override PME enable in configuration in ath9k_hw_wow_enable() 307 * Set the power states appropriately and enable PME. in ath9k_hw_wow_enable() 415 * Set the power states appropriately and enable PME. in ath9k_hw_wow_enable()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dm_pp_smu.h | 137 /* PME w/a */ 197 /* PME w/a */
|
| /linux/arch/sh/include/mach-landisk/mach/ |
| H A D | iodata_landisk.h | 22 #define PA_PCIPME 0xb0000004 /* PCI PME Status Register */
|
| /linux/Documentation/PCI/ |
| H A D | pciebus-howto.rst | 35 power management event support (PME), advanced error reporting 205 Service drivers for PCI Express Power Management (PME), Advanced
|
| /linux/include/uapi/linux/ |
| H A D | virtio_pcidev.h | 29 * all zeroes) to signal the PME# pin.
|
| /linux/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,qman-portal.yaml | 69 '^(fman0|fman1|pme|crypto)+$':
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 38 /* 3) set MMCR0[PMAE] - docs say BESCR[PME] should do this */ in reset_ebb_with_clear_mask() 45 /* 5) set BESCR[PME] */ in reset_ebb_with_clear_mask()
|
| /linux/include/linux/bcma/ |
| H A D | bcma_driver_pci.h | 28 #define BCMA_CORE_PCI_ISTAT_PME 0x00000010 /* PCI PME# */ 34 #define BCMA_CORE_PCI_IMASK_PME 0x00000010 /* PCI PME# */
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | xpedite5301.dts | 536 /* PME (pattern-matcher) */ 537 pme@10000 { 538 compatible = "fsl,mpc8572-pme", "pme8572";
|
| H A D | xcalibur1501.dts | 626 /* PME (pattern-matcher) */ 627 pme@10000 { 628 compatible = "fsl,mpc8572-pme", "pme8572";
|
| H A D | xpedite5370.dts | 534 /* PME (pattern-matcher) */ 535 pme@10000 { 536 compatible = "fsl,mpc8572-pme", "pme8572";
|