Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpci_regs.h240 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/linux-2.6.39/drivers/pci/
Dpci.c1295 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()
1297 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()
1389 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in pci_pme_active()
1391 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_active()
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c1705 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2x_set_power_state()
/linux-2.6.39/drivers/net/
Dksz884x.c3535 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()
3537 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
Dbnx2.c3960 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in bnx2_set_power_state()
Dtg3.c13535 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()