Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/xen-pciback/
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-4.1.27/arch/powerpc/sysdev/
Dfsl_pci.c1101 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
1134 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h245 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/linux-4.1.27/drivers/pci/
Dpci.c1614 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()
1616 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()
1716 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in pci_pme_active()
1718 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_active()
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c3528 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()
3530 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3144 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
Dbnx2x_main.c9046 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c16479 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()