Searched refs:PCI_PM_CTRL_PME_ENABLE (Results 1 – 12 of 12) sorted by relevance
157 if (value & PCI_PM_CTRL_PME_ENABLE) { in pm_ctrl_init()158 value &= ~PCI_PM_CTRL_PME_ENABLE; in pm_ctrl_init()
1178 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()1211 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
2233 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()2235 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()2334 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()2336 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()2354 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()2357 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
353 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
3519 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()3521 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
3201 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
9180 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
4812 pmc |= PCI_PM_CTRL_PME_ENABLE; in rtl8168_set_pci_pme()4814 pmc &= ~PCI_PM_CTRL_PME_ENABLE; in rtl8168_set_pci_pme()
16551 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()