Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_PME_ENABLE (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/xen/xen-pciback/
A Dconf_space_capability.c157 if (value & PCI_PM_CTRL_PME_ENABLE) { in pm_ctrl_init()
158 value &= ~PCI_PM_CTRL_PME_ENABLE; in pm_ctrl_init()
/linux-6.3-rc2/arch/powerpc/sysdev/
A Dfsl_pci.c1196 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
1229 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
/linux-6.3-rc2/drivers/vfio/pci/
A Dvfio_pci_config.c779 PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS, in init_pci_cap_pm_perm()
780 ~(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS | in init_pci_cap_pm_perm()
1459 *ctrl &= ~cpu_to_le16(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS); in vfio_update_pm_vconfig_bytes()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/linux-6.3-rc2/drivers/pci/
A Dpci.c2323 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()
2325 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()
2424 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2426 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2444 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
2447 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
/linux-6.3-rc2/drivers/net/ethernet/micrel/
A Dksz884x.c3444 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()
3446 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c3200 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
A Dbnx2x_main.c9179 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dtg3.c16472 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()

Completed in 102 milliseconds