Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xen-pciback/
H 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()
/openbmc/linux/arch/powerpc/sysdev/
H 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()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c780 PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS, in init_pci_cap_pm_perm()
781 ~(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS | in init_pci_cap_pm_perm()
1466 *ctrl &= ~cpu_to_le16(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS); in vfio_update_pm_vconfig_bytes()
/openbmc/qemu/hw/net/
H A Digb.c373 PCI_PM_CTRL_PME_ENABLE | in igb_add_pm_capability()
H A De1000e.c389 PCI_PM_CTRL_PME_ENABLE | in e1000e_add_pm_capability()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h257 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c2401 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()
2403 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()
2518 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2520 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2538 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
2541 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
/openbmc/u-boot/include/
H A Dpci.h352 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c3146 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()
3148 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3217 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
H A Dbnx2x_main.c9178 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c16515 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()