Searched refs:PCI_PM_CTRL_PME_ENABLE (Results 1 – 8 of 8) sorted by relevance
158 if (value & PCI_PM_CTRL_PME_ENABLE) { in pm_ctrl_init()159 value &= ~PCI_PM_CTRL_PME_ENABLE; in pm_ctrl_init()
1175 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()1208 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
1934 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()1936 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()2028 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()2030 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()2048 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()2051 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
255 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
3525 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()3527 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
3190 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
9130 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
16552 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()